Skip to content

Commit e04ef54

Browse files
ci: use npm trusted publishers (OIDC) instead of token
1 parent 2a0fb37 commit e04ef54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
title: 'chore: version packages'
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
51+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)