Skip to content

Commit ed1afe8

Browse files
committed
ci: add GH_TOKEN
1 parent 406b4a9 commit ed1afe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: |
5252
git config --global user.email [email protected]
5353
git config --global user.name Deployment Bot
54-
git remote set-url origin "https://github.com/nodkz/mongodb-memory-server.git" > /dev/null 2>&1
54+
git remote set-url origin "https://${GH_TOKEN}@github.com/nodkz/mongodb-memory-server.git" > /dev/null 2>&1
5555
git checkout master
5656
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
5757
- run: yarn release --yes

0 commit comments

Comments
 (0)