Skip to content

Commit 4a20552

Browse files
committed
update bit config in circleci
1 parent d5083b5 commit 4a20552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- run: npm config set '@bit:registry' https://node.bit.dev
6161
- run: npm install && sudo npm i bit-bin -g
62-
- run: bit config set analytics_reporting false && bit config set error_reporting false
62+
- run: bit config set analytics_reporting false && bit config set error_reporting false && bit config set user.token ${BIT_TOKEN}
6363
- run: bit import
6464

6565
- save_cache:

0 commit comments

Comments
 (0)