Skip to content

Commit 5bbac14

Browse files
committed
chore: enable provenance
1 parent d7364a3 commit 5bbac14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
release:
1010
name: deploy
11+
permissions:
12+
contents: read
13+
id-token: write
1114
runs-on: ubuntu-latest
1215
steps:
1316
- name: checkout
@@ -25,6 +28,6 @@ jobs:
2528
- name: build
2629
run: pnpm run build
2730
- name: deploy
28-
run: pnpm publish --no-git-checks
31+
run: pnpm publish --no-git-checks --provenance
2932
env:
3033
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)