diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 9ca48bc..c061db2 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -54,7 +54,7 @@ jobs: - name: Update Helm Chart run: | pushd /tmp - git clone http://gitea-http:3000/scubbo/helm-charts.git + git clone http://scubbo:${GITEA_PASSWORD}@gitea-http:3000/scubbo/helm-charts.git cd helm-charts yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml git add -A