From 06fcc83a48062160fbcc49335824a00eb5830c31 Mon Sep 17 00:00:00 2001 From: ikatyang Date: Mon, 17 Jul 2017 00:14:20 +0800 Subject: [PATCH] chore(travis): update cron script --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 44436e8..786a71e 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -6,4 +6,4 @@ git config --global push.default simple git add --all git commit -m "docs(readme): update emoji-cheat-sheet" -git push -q origin HEAD:master +git push -q "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git" HEAD:master