We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b8d93 commit ff82571Copy full SHA for ff82571
.travis.yml
@@ -29,7 +29,7 @@ script:
29
after_success:
30
- |
31
if [[ $TRAVIS_SECURE_ENV_VARS == 'true' ]]; then
32
- git remote set-url origin https://cerebraljs:${GH_TOKEN}@github.com/cerebral/overmind;
+ git remote set-url origin https://cerebraljs:${REPO_COOKER_GITHUB_TOKEN}@github.com/cerebral/overmind;
33
git config --global user.email "[email protected]";
34
git config --global user.name "Cerebral JS";
35
fi
0 commit comments