We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e21b3 commit 81174d1Copy full SHA for 81174d1
2 files changed
.github/workflows/main.yml
@@ -12,6 +12,9 @@ jobs:
12
ci:
13
name: Build / Preview / Release
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: write
17
+ id-token: write
18
steps:
19
- uses: actions/checkout@v4
20
@@ -28,7 +31,7 @@ jobs:
28
31
29
32
- name: Build & Publish
30
33
if: env.IS_RELEASE
- run: npm publish
34
+ run: npm publish --access public --provenance
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37
.github/workflows/push.yml
0 commit comments