Skip to content

Commit

Permalink
Removed username from credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang committed Jun 17, 2020
1 parent db5837f commit 2411fcd
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 @@ -37,7 +37,7 @@ git init
# Setup credentials
git config user.name $GH_NAME
git config user.email $GH_MAIL
credentials=${GH_PAT:-$GH_NAME:$GITHUB_TOKEN}
credentials=${GH_PAT:-$GITHUB_TOKEN}

git pull https://$credentials@github.com/$REPO.wiki.git
cd ..
Expand Down

0 comments on commit 2411fcd

Please sign in to comment.