1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00

use NPM_API_KEY instead of NPM_TOKEN

This commit is contained in:
Shawn Allen 2017-07-11 13:23:48 -07:00
parent 0d3f6b7458
commit 9cce630a77

View File

@ -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