Skip to content
Snippets Groups Projects
Unverified Commit f39a6dcf authored by Moritz Aurel Pascal Schubotz's avatar Moritz Aurel Pascal Schubotz
Browse files

Add username to url

parent d8b8d47e
No related branches found
Tags build-master-2018-11-17-44
No related merge requests found
......@@ -5,5 +5,5 @@ git config --global user.email "bibbot@ckurs.de"
git config --global user.name "BibBot"
git config --global user.signingkey "1617C27854592471"
git commit -m -S "Reformat bib file" gipp.bib
git remote add http https://${GITHUB_TOKEN}@github.com/ag-gipp/bib.git > /dev/null 2>&1
git remote add http https://bibbot:${GITHUB_TOKEN}@github.com/ag-gipp/bib.git > /dev/null 2>&1
git push http HEAD:$TRAVIS_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment