Skip to content

Commit b4fbd13

Browse files
committed
chore: add id-token: write permissions
1 parent a046d61 commit b4fbd13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
permissions:
1313
contents: write # to be able to publish a GitHub release
14+
id-token: write # to be able to generate provenance
1415

1516
steps:
1617
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)