Skip to content

Commit

Permalink
ci: add release write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalupa committed Oct 15, 2024
1 parent 5f810d4 commit 7542564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
permissions:
pull-requests: write
contents: write
deployments: write
environment:
name: npm
url: https://www.npmjs.com/package/expo-alternate-app-icons
Expand Down

0 comments on commit 7542564

Please sign in to comment.