change to token

pull/278/head
Alexander Brandstedt 2021-07-13 15:01:06 +02:00
parent d1c19f6e48
commit 5c8c30a3f2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ else
git config --global --replace-all url.https://github.com/.insteadOf ssh://git@github.com/
git config --global --add url.https://github.com/.insteadOf git@github.com
git config --global url."https://api:$GIT_CREDENTIAL@github.com/".insteadOf "https://github.com/"
git config --global url."https://token:$GIT_CREDENTIAL@github.com/".insteadOf "https://github.com/"
git config --global url."https://ssh:$GIT_CREDENTIAL@github.com/".insteadOf "ssh://git@github.com/"
git config --global url."https://git:$GIT_CREDENTIAL@github.com/".insteadOf "git@github.com:"