Skip to content

Commit 4cc2885

Browse files
committed
fix: use npm trusted publishing (OIDC provenance) instead of NPM_TOKEN
1 parent bb98398 commit 4cc2885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
commit: 'chore: version packages'
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)