ci: add authentication for gitops repo clone
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone GitOps Repo
|
- name: Clone GitOps Repo
|
||||||
run: |
|
run: |
|
||||||
git clone http://gitea-http-ci.gitea.svc.cluster.local:3000/khalil/tamagotchi-gitops.git .
|
git clone http://khalil:44666dc7a3e72001416e103af1be83afda104284@gitea-http-ci.gitea.svc.cluster.local:3000/khalil/tamagotchi-gitops.git .
|
||||||
git config user.name "Gitea Actions"
|
git config user.name "Gitea Actions"
|
||||||
git config user.email "actions@gitea.local"
|
git config user.email "actions@gitea.local"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user