Skip to content

Commit ff82571

Browse files
chore(release): change env variable to set github origin
1 parent 76b8d93 commit ff82571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929
after_success:
3030
- |
3131
if [[ $TRAVIS_SECURE_ENV_VARS == 'true' ]]; then
32-
git remote set-url origin https://cerebraljs:${GH_TOKEN}@github.com/cerebral/overmind;
32+
git remote set-url origin https://cerebraljs:${REPO_COOKER_GITHUB_TOKEN}@github.com/cerebral/overmind;
3333
git config --global user.email "[email protected]";
3434
git config --global user.name "Cerebral JS";
3535
fi

0 commit comments

Comments
 (0)