Skip to content

Commit 328ac0c

Browse files
author
Kyle Sosnowski
committed
fix: try second token
1 parent c3f96c6 commit 328ac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stages:
2020

2121
.yarn_install:
2222
before_script: &yarn_install
23-
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
23+
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN_RO}' > .npmrc
2424
- yarn config set cache-folder .yarn
2525
- yarn install --frozen-lockfile
2626

0 commit comments

Comments
 (0)