From 60918eb3b1a816add5428b4a68249a90cccfe2dc Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 6 Apr 2025 21:48:52 -0700 Subject: [PATCH] Try to circumvent auth issues --- .gitea/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index ec8f5c1..543736f 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -55,7 +55,8 @@ jobs: env: GITEA_PASSWORD: ${{ env.GITEA_TOKEN }} run: | - git clone https://gitea.scubbo.org/scubbo/helm-charts.git + git config --global --unset credential.helper + git clone -vvv https://gitea.scubbo.org/scubbo/helm-charts.git cd helm-charts yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml git add -A