From f39a6dcf2a12ccb16b90e1ecd3896a1f2d902988 Mon Sep 17 00:00:00 2001 From: Moritz Schubotz <wiki@physikerwelt.de> Date: Sat, 17 Nov 2018 15:13:12 +0100 Subject: [PATCH] Add username to url --- support/commitUp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/commitUp.sh b/support/commitUp.sh index c4fb8a4..e6d2fc2 100755 --- a/support/commitUp.sh +++ b/support/commitUp.sh @@ -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 -- GitLab