From d5ae2c830c1839d8161ce692f85121272cd86934 Mon Sep 17 00:00:00 2001 From: "Federico J. Fernandez" Date: Tue, 4 Apr 2017 12:21:43 -0300 Subject: [PATCH] Changing user for GitHub auth --- bin/build_docs.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/build_docs.sh b/bin/build_docs.sh index ef21bb6..9f84cb2 100755 --- a/bin/build_docs.sh +++ b/bin/build_docs.sh @@ -27,6 +27,7 @@ set -e ACTUAL_TRAVIS_JOB_NUMBER=`echo $TRAVIS_JOB_NUMBER| cut -d'.' -f 2` +GH_TOKEN=624b779f66a7f858226f362123354dd0ee6b6a99 if [ "$TRAVIS_REPO_SLUG" == "UDST/osmnet" ] && \ [ "$TRAVIS_BRANCH" == "master" ] && \ @@ -44,8 +45,8 @@ if [ "$TRAVIS_REPO_SLUG" == "UDST/osmnet" ] && \ cd ../../ echo "Setting git attributes" - git config --global user.email "jiffyclub@gmail.com" - git config --global user.name "Matt Davis" + git config --global user.email "fernandez@urbansim.com" + git config --global user.name "udst-documentator" echo "Cloning repository" git clone --quiet --single-branch --branch=gh-pages https://${GH_TOKEN}@github.com/udst/osmnet.git gh-pages > /dev/null 2>&1