Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit ab31d66

Browse files
committed
remove NPM token
1 parent 05c269a commit ab31d66

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
steps:
4444
- checkout
4545

46-
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
47-
4846
- restore_cache:
4947
keys:
5048
- deps-{{ checksum "yarn.lock" }}
@@ -95,10 +93,7 @@ jobs:
9593

9694
- *restore_deps
9795

98-
# again create .npmrc so that yarn lockfile generation won't fail
99-
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
100-
101-
- run: yarn renovate --npm-token $NPM_TOKEN --token $GITHUB_ACCESS_TOKEN
96+
- run: yarn renovate --token $GITHUB_ACCESS_TOKEN
10297

10398
flow:
10499
<<: *container_config

0 commit comments

Comments
 (0)