Skip to content

Commit

Permalink
ci: correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleloscozzese committed Jan 9, 2025
1 parent 48be52c commit f00c429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

publish-npm:
needs: build
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f00c429

Please sign in to comment.