Skip to content

Commit

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

permissions:
contents: write

jobs:
release:
name: Release to NPM
Expand Down

0 comments on commit 7e0ee3c

Please sign in to comment.