From e4b4051f052584ebc73f1f3cd20add2e799db6dc Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 2 Aug 2025 03:12:06 -0400 Subject: [PATCH] Changed from github.token to secrets.GITHUB_TOKEN --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 862bab0..c929ba5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} - registry_token: ${{ github.token }} + registry_token: ${{ secrets.GITHUB_TOKEN }} pr_event_number: ${{ github.event.number }} # enabled by default, disable if your image is small and you want faster builds -- 2.39.5