Skip to content

Commit

Permalink
Add write permissions to contents in release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RajVarsani committed Dec 23, 2023
1 parent 52f4589 commit ebbac8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
NPM_TOKEN:
required: true

permissions:
contents: write

jobs:
release:
name: Release to NPM
Expand Down

0 comments on commit ebbac8d

Please sign in to comment.