Skip to content

Commit

Permalink
chore: added write permissions to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
disyakidneyshot committed Apr 4, 2024
1 parent b5946c2 commit f57f0e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit f57f0e0

Please sign in to comment.