diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 415d24c..e98630e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Code run: | git config --global credential.helper store - echo "http://adtpdn:${{ secrets.TEKTON_RELEASE_TOKEN }}@52.74.133.55:3000" > ~/.git-credentials + echo "http://god:${{ secrets.TEKTON_RELEASE_TOKEN }}@52.74.133.55:3000" > ~/.git-credentials git clone http://52.74.133.55:3000/danchie/tekton.git . git checkout $TAG_NAME