diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddd2273..862bab0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,7 @@ jobs: with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} + registry_token: ${{ github.token }} pr_event_number: ${{ github.event.number }} # enabled by default, disable if your image is small and you want faster builds