Skip to content

Commit ae58fcc

Browse files
authored
Update release workflow to remove NPM tokens
Removed NPM_TOKEN and NODE_AUTH_TOKEN from release workflow.
1 parent 6fcfef1 commit ae58fcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ jobs:
4646
commit: 'chore: release package'
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)