We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86608a commit ec4b03cCopy full SHA for ec4b03c
1 file changed
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Release JS SDK
2
3
permissions:
4
- id-token: write # Required for npm provenance
+ id-token: write # Required for OIDC
5
contents: read
6
7
on:
@@ -52,6 +52,4 @@ jobs:
52
- name: Publish to npm
53
run: |
54
cd packages/js
55
- npm publish --access public --provenance
56
- env:
57
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ npm publish --access public
0 commit comments