Changed from github.token to secrets.GITHUB_TOKEN #53

Merged
eriq12 merged 1 commits from brute-force-token into main 2025-08-02 03:27:24 -04:00
Showing only changes of commit e4b4051f05 - Show all commits

View File

@@ -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