Skip to content

Commit 3d959a5

Browse files
authored
chore: generate provenance statements for npm (#2848)
1 parent 099b73c commit 3d959a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions:
88
contents: write
99
pull-requests: write
1010
issues: write
11+
id-token: write
1112

1213
jobs:
1314
release-please:
@@ -35,7 +36,7 @@ jobs:
3536
- name: Build
3637
run: npm run build
3738
if: ${{ steps.release.outputs.release_created }}
38-
- run: npm publish
39+
- run: npm publish --provenance
3940
if: ${{ steps.release.outputs.release_created }}
4041
env:
4142
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)