Skip to content

Commit 79209c0

Browse files
authored
fix: add id-token permission to ci (#2143)
Hopefully this works.
1 parent 67fe0b0 commit 79209c0

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
@@ -18,6 +18,7 @@ jobs:
1818
permissions:
1919
contents: write
2020
pull-requests: write
21+
id-token: write
2122
outputs:
2223
MAIN_RELEASE_VERSION: ${{ steps.versions.outputs.MAIN_RELEASE_VERSION }}
2324
RELEASE_VERSION: ${{ steps.versions.outputs.RELEASE_VERSION }}

0 commit comments

Comments
 (0)