We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182ae96 commit 467bb65Copy full SHA for 467bb65
1 file changed
.github/workflows/npm-publish.yml
@@ -31,8 +31,8 @@ jobs:
31
run: mkdir -p backups
32
33
- name: Publish to npm
34
- run: npm publish
+ run: npm publish --provenance --access public
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37
# prepublishOnly hook runs build, lint, and test:unit automatically
38
- # Provenance is signed automatically via id-token: write
+ # Provenance provides supply chain security attestation
0 commit comments