Skip to content

Commit

Permalink
ci: update permissions in CI workflow for npm publish --provenance (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv authored Dec 31, 2024
1 parent c6d65f1 commit 518f164
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ jobs:
if: github.event_name == 'release'
environment:
name: npm
permissions:
contents: read
id-token: write

steps:
- name: Checkout
Expand Down

0 comments on commit 518f164

Please sign in to comment.