Skip to content

Commit

Permalink
fix(ci): add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Trickfilm400 committed Jun 13, 2024
1 parent 2fe3c60 commit 0b7491b
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 @@ -3,6 +3,10 @@ on: push
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 0b7491b

Please sign in to comment.