Skip to content

Commit

Permalink
feat(github-actions): add package write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
amtins committed Jun 21, 2023
1 parent 410331e commit 8953ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
permissions:
contents: write
issues: write
packages: write
pull-requests: write

runs-on: ubuntu-latest
Expand Down

0 comments on commit 8953ccb

Please sign in to comment.