Skip to content

Commit ba1670f

Browse files
authored
chore(npm): add --provenance to improve package transparency (#29)
chore(npm): add `--provenance` to improve transparency
1 parent 996c41a commit ba1670f

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
@@ -7,6 +7,7 @@ on:
77
permissions:
88
contents: write
99
pull-requests: write
10+
id-token: write
1011
jobs:
1112
release-please:
1213
runs-on: ubuntu-latest
@@ -53,4 +54,4 @@ jobs:
5354
if: ${{ steps.release.outputs.releases_created }}
5455
env:
5556
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56-
run: npm publish
57+
run: npm publish --provenance

0 commit comments

Comments
 (0)