mirror of
https://github.com/primer/css.git
synced 2024-11-28 04:43:05 +03:00
use NPM_API_KEY instead of NPM_TOKEN
This commit is contained in:
parent
0d3f6b7458
commit
9cce630a77
@ -9,5 +9,5 @@ script:
|
||||
- npm test
|
||||
|
||||
after_success:
|
||||
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
|
||||
- echo "//registry.npmjs.org/:_authToken=\${NPM_API_KEY}" > .npmrc
|
||||
- script/cibuild --yes
|
||||
|
Loading…
Reference in New Issue
Block a user