diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 958450d..d077d11 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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