Skip to content

Commit 35e0d6d

Browse files
authored
github-action: add attestations scope (#3601)
1 parent c916209 commit 35e0d6d

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
@@ -75,6 +75,7 @@ jobs:
7575
needs:
7676
- validate-tag
7777
permissions:
78+
attestations: write
7879
contents: write
7980
id-token: write
8081
env:

.github/workflows/snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
needs:
4040
- validate
4141
permissions:
42+
attestations: write
4243
contents: write
4344
id-token: write
4445
env:

0 commit comments

Comments
 (0)