Skip to content

Commit 27032df

Browse files
committed
ci: update NPM token access from secrets to variables in release workflow.
1 parent 05bd667 commit 27032df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- name: Release
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41+
NPM_TOKEN: ${{ vars.NPM_TOKEN }}
42+
NODE_AUTH_TOKEN: ${{ vars.NPM_TOKEN }}
4343
run: npx semantic-release

0 commit comments

Comments
 (0)