From 3325fbd166d6fa66c2e6d33f8c0e650a71ba78c8 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 6 Apr 2025 23:29:06 -0700 Subject: [PATCH] Push-with-credentials --- .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 a5c8b4e..5d3390d 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -69,6 +69,7 @@ jobs: yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml git add -A git -c user.name="Imagebot" -c user.email="fake@scubbo.org" commit -m 'Update EDH ELO commit to "${{ gitea.sha }}"' - git push + git remote add origin-with-credentials http://scubbo:${GITEA_TOKEN}@gitea-http:3000/scubbo/helm-charts.git + git push origin-with-credentials main:main cd .. rm -rf helm-charts