From 5c8c30a3f2ae4e2f9798c35349e655781686effd Mon Sep 17 00:00:00 2001 From: Alexander Brandstedt Date: Tue, 13 Jul 2021 15:01:06 +0200 Subject: [PATCH] change to token --- dist/steps/set_gitcredential.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/steps/set_gitcredential.sh b/dist/steps/set_gitcredential.sh index c49753a8..a2265945 100755 --- a/dist/steps/set_gitcredential.sh +++ b/dist/steps/set_gitcredential.sh @@ -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:"