Skip to content

Commit 11a37b6

Browse files
authored
github-action: add attestations scope (#252)
1 parent c084216 commit 11a37b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
needs:
6868
- validate-tag
6969
permissions:
70+
attestations: write
7071
contents: write
7172
id-token: write
7273
env:

.github/workflows/snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
needs: validate
3939
if: ${{ contains(needs.validate.outputs.is-snapshot, 'true') }}
4040
permissions:
41+
attestations: write
4142
contents: write
4243
id-token: write
4344
env:

0 commit comments

Comments
 (0)