Added back registry token for github #52
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user