From b0e36b5d991f7065080d81679c542f879e3c38f3 Mon Sep 17 00:00:00 2001 From: Proton Date: Tue, 17 Dec 2024 15:06:27 +0800 Subject: [PATCH] meh --- .github/workflows/scripts/common-utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/common-utils.sh b/.github/workflows/scripts/common-utils.sh index 748b379f4c2c6..938ecd16365aa 100644 --- a/.github/workflows/scripts/common-utils.sh +++ b/.github/workflows/scripts/common-utils.sh @@ -15,7 +15,7 @@ function set-git-caching-proxy { git config --global --add url.http://git-cdn-github.botmaster.tgr/.insteadOf https://github.com/ git config --global --add url.http://git-cdn-github.botmaster.tgr/.insteadOf git@github.com: # git config --global --add url.http://git-cdn-gitlab.botmaster.tgr/.insteadOf https://gitlab.com/ - git config --global credentials.helper store + git config credentials.helper store echo "http://oauth2:$GITHUB_TOKEN@git-cdn-github.botmaster.tgr" > ~/.git-credentials }