From 8d91facb482e2cfe8ae9fe453bdcb17988467ffe Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Thu, 14 Dec 2023 17:36:02 +0500 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 15f2eac50..209eb12e2 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,7 +20,5 @@ jobs: run: | git submodule init cd mods - git config --local credential.helper '!f() { sleep 1; echo "password=secrets.USER_TOKEN_XIKARO"; }; f' - git config --local http.https://github.com.Xikaro.extraheader "AUTHORIZATION: basic $(git credential-cache get)" - git config --local url."https://github.com/Xikaro:secrets.USER_TOKEN_XIKARO@github.com".insteadOf "https://github.com/TerraFirmaGreg-Team/TFG-Mods-1.20.x" + git config --local credential.helper '!f() { echo "username=Xikaro"; echo "password=secrets.USER_TOKEN_XIKARO"; }; f' git submodule update --recursive \ No newline at end of file