Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d959a5

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.github/workflows/release-please.yml

Copy file name to clipboardExpand all lines: .github/workflows/release-please.yml
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.