Skip to content

Commit

Permalink
chore: added write permission to github job
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed May 14, 2023
1 parent a222017 commit 2a8fffe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
github:
name: Publish to Github registry
runs-on: ubuntu-latest

# Gives GITHUB_TOKEN permission to publish packages
# More info: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
permissions:
packages: write

steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to GitHub Packages
Expand Down

0 comments on commit 2a8fffe

Please sign in to comment.