ci: use god account for git checkout, update release token
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
run: |
|
run: |
|
||||||
git config --global credential.helper store
|
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 clone http://52.74.133.55:3000/danchie/tekton.git .
|
||||||
git checkout $TAG_NAME
|
git checkout $TAG_NAME
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user