From f388e484730d086f221820fbf10ff2bbca6d4360 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:02:34 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35f304aa..4f1c8667 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,14 +23,14 @@ jobs: run: echo "RELEASE_TITLE=$(date +'v%Y.%m.%d')" >> $GITHUB_ENV - name: Build Image - run: docker build -f build/Dockerfile -t ponces/treble . + run: docker build -f build/Dockerfile -t imbroglius/treble . - name: Get Keys uses: actions/checkout@v4 with: - repository: ponces/vendor_ponces-priv - token: ${{ secrets.GH_TOKEN }} - path: vendor_ponces-priv + repository: imbroglius/vendor_daniel-priv + token: ${{ secrets.MY_TOKEN || github.token }} + path: vendor_daniel-priv - name: Build ROM run: | @@ -39,7 +39,7 @@ jobs: --privileged \ --name treble \ --volume ${{ github.workspace }}/builds:/root/builds \ - --volume ${{ github.workspace }}/vendor_ponces-priv:/aosp/vendor/ponces-priv \ + --volume ${{ github.workspace }}/vendor_daniel-priv:/aosp/vendor/daniel-priv \ --volume ${{ github.workspace }}/config/ota.json:/aosp/treble_aosp/config/ota.json \ ponces/treble treblebuild