Skip to content

Commit 40f2e4d

Browse files
Forgot a permission (#389)
1 parent 2900b13 commit 40f2e4d

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
@@ -23,6 +23,7 @@ jobs:
2323
permissions:
2424
contents: write # allow push
2525
pull-requests: write # allow making PR
26+
id-token: write # This is required for requesting the JWT
2627

2728
steps:
2829
- name: Checkout Sources

0 commit comments

Comments
 (0)