We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5083b5 commit 4a20552Copy full SHA for 4a20552
.circleci/config.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- run: npm config set '@bit:registry' https://node.bit.dev
61
- run: npm install && sudo npm i bit-bin -g
62
- - run: bit config set analytics_reporting false && bit config set error_reporting false
+ - run: bit config set analytics_reporting false && bit config set error_reporting false && bit config set user.token ${BIT_TOKEN}
63
- run: bit import
64
65
- save_cache:
0 commit comments