Skip to content

Commit a445c93

Browse files
committedJun 25, 2023
chore: enable npm provenance
1 parent 12ebcea commit a445c93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
id-token: write
14+
1115
steps:
1216
- uses: actions/checkout@v3
1317
with:
@@ -35,3 +39,4 @@ jobs:
3539
run: pnpm -r publish --access public --no-git-checks
3640
env:
3741
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
42+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)