From cc2fb5728405d2b32096b02cdf8f353b4360886c Mon Sep 17 00:00:00 2001 From: Romeo Dumitrescu Date: Sat, 6 Jul 2024 17:07:08 +0300 Subject: [PATCH] ci(pipeline): specify main branch in helm-charts repository - Specified 'main' as the reference branch for the helm-charts repository in the pipeline configuration. --- .github/workflows/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index dad97c1..8d43eee 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -129,6 +129,7 @@ jobs: repository: emberstack/helm-charts token: ${{ secrets.ES_GITHUB_PAT }} path: helm-charts + ref: main - name: github - publish - chart run: |