We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644b0ab commit 959372aCopy full SHA for 959372a
.github/workflows/ci.yml
@@ -57,5 +57,6 @@ jobs:
57
# e.g. git tags were pushed but it exited before `npm publish`
58
if: always()
59
env:
60
+ NPM_CONFIG_PROVENANCE: true
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments