diff --git a/scripts/push-markua-to-branch.sh b/scripts/push-markua-to-branch.sh index 6b47229..56a6544 100755 --- a/scripts/push-markua-to-branch.sh +++ b/scripts/push-markua-to-branch.sh @@ -13,7 +13,7 @@ commit_website_files() { upload_files() { #git remote add origin-leanpub-preview https://${LEANPUB-PREVIEW-TOKEN}@github.com/funkypenguin/geek-cookbook.git > /dev/null 2>&1 - git remote add origin-leanpub-preview https://${LEANPUB-PREVIEW-TOKEN}@github.com/funkypenguin/geek-cookbook.git + git remote add origin-leanpub-preview https://${TOKEN}@github.com/funkypenguin/geek-cookbook.git git push --quiet --set-upstream origin-leanpub-preview leanpub-preview }