We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40116b3 commit bdc9e18Copy full SHA for bdc9e18
1 file changed
‎.github/workflows/publish.yml‎
@@ -11,6 +11,8 @@ jobs:
11
publish:
12
needs: "build"
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ id-token: write
16
17
steps:
18
- name: Checkout
@@ -29,6 +31,6 @@ jobs:
29
31
run: npm run build
30
32
33
- name: Publish to npm
- run: npm publish --access public
34
+ run: npm publish --access public --provenance
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
0 commit comments