Skip to content

Commit

Permalink
Add write permissions to action to allow writing refs
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles authored Dec 3, 2024
1 parent 76942ef commit 4b4a614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 4b4a614

Please sign in to comment.