Skip to content

Commit

Permalink
github-action: add attestations scope (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 26, 2024
1 parent 03646f8 commit ea5dc65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
needs:
- validate-tag
permissions:
attestations: write
contents: write
id-token: write
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
needs:
- validate
permissions:
attestations: write
contents: write
id-token: write
env:
Expand Down

0 comments on commit ea5dc65

Please sign in to comment.