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