Use anonymous HTTPS clone in CI manual checkout.
CI / test (push) Failing after 5s

Remove tokenized remote URL and fetch from the public repository endpoint to avoid self-hosted auth URL mismatches in the runner.

Made-with: Cursor
This commit is contained in:
2026-03-01 11:47:35 +00:00
parent ea59a92b02
commit cadec8e344
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
run: |
rm -rf .git
git init .
git remote add origin "https://oauth2:${{ github.token }}@git.produktor.io/${{ github.repository }}"
git remote add origin "https://git.produktor.io/${{ github.repository }}.git"
git -c http.sslVerify=false fetch --depth=1 origin "${{ github.sha }}"
git checkout --detach FETCH_HEAD