Skip to content

Commit

Permalink
Generate npm package provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Mar 8, 2024
1 parent c9e8da7 commit 4d0aeaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
packages: write
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs:
- build
Expand Down

0 comments on commit 4d0aeaa

Please sign in to comment.