diff --git a/.gitea/workflows/render-dnssec-status.yaml b/.gitea/workflows/render-dnssec-status.yaml index e40701a..7550252 100644 --- a/.gitea/workflows/render-dnssec-status.yaml +++ b/.gitea/workflows/render-dnssec-status.yaml @@ -52,7 +52,7 @@ jobs: ### https://github.com/actions/checkout/issues/1843 - name: Use manual clone via SSH to circumvent Gitea SHA-256 object issues. run: | - git clone --branch "${GITHUB_REF_NAME}" ssh://git@git.coresecret.dev:42842/msw/plan.git . + git clone --branch "${GITHUB_REF_NAME}" https://git.coresecret.dev/msw/CISS.debian.live.builder.git . git fetch --unshallow || echo "Nothing to fetch - already full clone." env: ### GITHUB_REF_NAME contains the branch name from the push event.