From fcd2925de164578868ee2fc175f519cdf2776bb7 Mon Sep 17 00:00:00 2001 From: Khalil Date: Thu, 2 Jul 2026 09:21:56 +0000 Subject: [PATCH] ci: add authentication for gitops repo clone --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"