Skip to content

Commit c38e09c

Browse files
fix: add permission id-token:write
1 parent 47c24ba commit c38e09c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
if: github.ref == 'refs/heads/stable' ||
2727
github.event.pull_request.merged == true && contains(github.head_ref, 'release/v') == true
2828
runs-on: ubuntu-latest
29+
permissions:
30+
id-token: write
2931
steps:
3032

3133
- name: 🛒 Checkout repository

0 commit comments

Comments
 (0)