ci: use god account for git checkout, update release token

This commit is contained in:
2026-07-04 09:08:59 +08:00
parent 4486e4d3fd
commit c47fadf152
+1 -1
View File
@@ -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