Skip to content

Commit

Permalink
fix: fix release work flow perms to include write access to contents (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpagtakhan authored May 12, 2022
1 parent 195c6ef commit c8845ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
needs: [authorize]
permissions:
id-token: write
contents: read
contents: write
env:
GIT_AUTHOR_NAME: amplitude-sdk-bot
GIT_AUTHOR_EMAIL: amplitude-sdk-bot@users.noreply.github.com
Expand Down

0 comments on commit c8845ca

Please sign in to comment.