Skip to content

Commit

Permalink
fix: add correct permissions for release attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Jun 28, 2024
1 parent fd50737 commit b46b536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# create release
contents: write
# required by attest-build-provenance
id-token: write
attestations: write
needs: release-tag
if: needs.release-tag.outputs.new-tag == 'true'
Expand Down

0 comments on commit b46b536

Please sign in to comment.