Skip to content

Commit 9d72eeb

Browse files
authored
Merge pull request #269 from bingenito/action-permissions
fix(ci): grant id-token write permission in release workflow
2 parents 866b5a9 + 152bb2f commit 9d72eeb

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
@@ -9,6 +9,7 @@ on:
99

1010
permissions:
1111
contents: read
12+
id-token: write
1213

1314
jobs:
1415
build:

0 commit comments

Comments
 (0)