Skip to content

Commit 00bb24d

Browse files
committed
ci: id-token: write permission is required
1 parent 6495588 commit 00bb24d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
id-token: write
14+
contents: write
15+
1216
jobs:
1317
release:
1418
name: Release

0 commit comments

Comments
 (0)