Skip to content

Commit cbd6d11

Browse files
authored
Merge pull request #94 from flor-master/DEVX-1278-3
Update npm key
2 parents 843439a + fa96147 commit cbd6d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run:
5656
name: Authenticate with NPM
5757
command: |
58-
echo "//registry.npmjs.org/:_authToken=$NPM_VGS_PUBLISH_TOKEN" >> ~/vgs-collect-js/.npmrc
58+
echo "//registry.npmjs.org/:_authToken=$NPM_PUBLISH_TOKEN_NEW" >> ~/vgs-collect-js/.npmrc
5959
npm ci
6060
- run:
6161
name: Publish package

0 commit comments

Comments
 (0)