Skip to content

Commit

Permalink
Apparently it wants the id-token as well...
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Mouat <adrian@chainguard.dev>
  • Loading branch information
amouat committed Nov 7, 2024
1 parent 4fea4d4 commit 4f3b8cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
armbuild:
runs-on: [linux-arm-for-testing]
permissions:
id-token: write
attestations: write
contents: read
outputs:
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
outputs:
digest: ${{ steps.build.outputs.digest }}
permissions:
id-token: write
attestations: write
contents: read
steps:
Expand Down

0 comments on commit 4f3b8cf

Please sign in to comment.