Skip to content

Commit

Permalink
github-action: add attestations scope (#3601)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 26, 2024
1 parent c916209 commit 35e0d6d
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 @@ -75,6 +75,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 @@ -39,6 +39,7 @@ jobs:
needs:
- validate
permissions:
attestations: write
contents: write
id-token: write
env:
Expand Down

0 comments on commit 35e0d6d

Please sign in to comment.