Skip to content

Commit

Permalink
chore: add write permissions for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
namanaman committed Jun 19, 2024
1 parent 9b354e9 commit f2526a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Setup npm to publish to npmjs
Expand Down

0 comments on commit f2526a5

Please sign in to comment.