Skip to content

Commit 195c6ef

Browse files
fix: fix perms for github token in release workflow (#532)
1 parent fba43bf commit 195c6ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
name: Release
2525
runs-on: ubuntu-latest
2626
needs: [authorize]
27+
permissions:
28+
id-token: write
29+
contents: read
2730
env:
2831
GIT_AUTHOR_NAME: amplitude-sdk-bot
2932
GIT_AUTHOR_EMAIL: [email protected]

0 commit comments

Comments
 (0)