Added back registry token for github
All checks were successful
bluebuild test pr / Build Custom Image (recipe.yml) (pull_request) Successful in 7m16s

This commit is contained in:
2025-08-02 00:37:58 -04:00
parent fac4e4144a
commit 185e594cc9

View File

@@ -36,6 +36,7 @@ jobs:
with: with:
recipe: ${{ matrix.recipe }} recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }} pr_event_number: ${{ github.event.number }}
# enabled by default, disable if your image is small and you want faster builds # enabled by default, disable if your image is small and you want faster builds