diff --git a/.travis/push.sh b/.travis/push.sh index b39cf3e3c..7806fbe1f 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -5,6 +5,7 @@ git config --global user.name "Autobuild process" git add --all internal/source/ git commit --message "Autobuild update [ci skip]" git remote rm origin +echo $GH_TOKEN git remote add origin https://${GH_TOKEN}@github.com/Galleondragon/qb64.git git push origin HEAD:master