Skip to content

Commit

Permalink
Add permissions for provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Oct 31, 2023
1 parent 419cddd commit a0b206c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -8,6 +8,9 @@ jobs:
publish-npm:
name: Publish to npm
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit a0b206c

Please sign in to comment.