Skip to content

Commit c8845ca

Browse files
fix: fix release work flow perms to include write access to contents (#533)
1 parent 195c6ef commit c8845ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
needs: [authorize]
2727
permissions:
2828
id-token: write
29-
contents: read
29+
contents: write
3030
env:
3131
GIT_AUTHOR_NAME: amplitude-sdk-bot
3232
GIT_AUTHOR_EMAIL: [email protected]

0 commit comments

Comments
 (0)