diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b5799b9..5060c9d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: steps: - name: Clone GitOps Repo 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.email "actions@gitea.local"