Skip to content

Commit

Permalink
Generate npm provenance statements (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Aug 27, 2024
1 parent c79b7c0 commit 038f436
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version-file: '.node-version'
- name: Publish
uses: JS-DevTools/npm-publish@v1
id: publish
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
provenance: true

0 comments on commit 038f436

Please sign in to comment.