From 2309df77dbfdb85ae240ef334e4d4acdc56cb7b7 Mon Sep 17 00:00:00 2001
From: "Moritz Schubotz (physikerwelt)" <wiki@physikerwelt.de>
Date: Sat, 17 Nov 2018 13:51:58 +0100
Subject: [PATCH] Update upload script to new token name

---
 support/commitUp.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/commitUp.sh b/support/commitUp.sh
index 84448ee..95c27eb 100755
--- a/support/commitUp.sh
+++ b/support/commitUp.sh
@@ -3,4 +3,4 @@ mv gipp_bibertool.bib gipp.bib
 git config --global user.email "bibbot@ckurs.de"
 git config --global user.name "BibBot"
 git commit -m "Reformat bib file" gipp.bib
-git push https://$GITHUBKEY@github.com/ag-gipp/bib $TRAVIS_BRANCH
+git push https://$GITHUB_TOKEN@github.com/ag-gipp/bib $TRAVIS_BRANCH
-- 
GitLab