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