From 701cfafb6d315ae72cc34fea3d9a7b793f7afb54 Mon Sep 17 00:00:00 2001 From: Jordan Frazier Date: Wed, 11 Sep 2024 10:06:03 -0700 Subject: [PATCH] use temp ghcr token --- .github/workflows/docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index e008b87b7161..5c8e18af87af 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -168,7 +168,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.TEMP_GHCR_TOKEN}} - name: Build and push to Github Container Registry uses: docker/build-push-action@v6 with: @@ -230,7 +230,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.TEMP_GHCR_TOKEN}} - name: Build and push to Github Container Registry ${{ matrix.component }} uses: docker/build-push-action@v6