1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 05:10:37 +00:00

show token

This commit is contained in:
Luke Ceddia 2018-11-02 00:01:24 +11:00
parent 99bb3ca5bc
commit e6a932422e

View file

@ -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