We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2c23e commit 8b5b8b7Copy full SHA for 8b5b8b7
.github/workflows/release-please.yml
@@ -30,6 +30,9 @@ jobs:
30
needs: release-please
31
if: ${{ needs.release-please.outputs.release_created }}
32
runs-on: ubuntu-latest
33
+ permissions:
34
+ contents: read
35
+ id-token: write
36
steps:
37
- name: Harden Runner
38
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
@@ -41,6 +44,6 @@ jobs:
41
44
with:
42
45
node-version: lts/*
43
46
registry-url: 'https://registry.npmjs.org'
- - run: npm publish --access public
47
+ - run: npm publish --provenance --access public
48
env:
49
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments