Skip to content

Commit

Permalink
Update push for GITHUB_TOKEN credential
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang authored Jun 25, 2020
1 parent 6203f44 commit b386aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ echo "Pushing to Wiki"
cd $TEMP_CLONE_FOLDER
git add .
git commit -m "$message"
git push --set-upstream https://$GH_TOKEN@github.com/$REPO.wiki.git master
git push --set-upstream https://$GH_NAME:$GH_TOKEN@github.com/$REPO.wiki.git master || git push --set-upstream https://$GH_TOKEN@github.com/$REPO.wiki.git master

0 comments on commit b386aca

Please sign in to comment.