Skip to content

Commit afc9f85

Browse files
committed
chore: pass NPM_TOKEN secret properly (PROVCON-4961)
1 parent 481e7d5 commit afc9f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ jobs:
171171
- name: Install Dependencies
172172
run: yarn --frozen-lockfile
173173
- name: Set NPM Token
174-
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
174+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
175175
- name: Run Release Script
176176
run: yarn release

0 commit comments

Comments
 (0)