There was an error while loading. Please reload this page.
2 parents cf5ccea + 7428122 commit 3e91313Copy full SHA for 3e91313
1 file changed
.github/workflows/publish.yaml
@@ -10,6 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
permissions:
12
contents: read
13
+ id-token: write
14
steps:
15
- name: Checkout 🛎️
16
uses: actions/checkout@v4
@@ -37,6 +38,4 @@ jobs:
37
38
run: npm run build
39
40
- name: Publish 🚀
- run: npm publish --access public
41
- env:
42
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish --provenance --access public
0 commit comments