From 0bd029838efe9c963f436f471e460c0238fe1803 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Sun, 25 Dec 2022 12:11:45 +0200 Subject: [PATCH] changes to pipelines --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 901c2f63..d709bbd6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Chart Publish on: push: branches: - - main + - argo-cd permissions: contents: read @@ -42,5 +42,6 @@ jobs: uses: helm/chart-releaser-action@v1.4.0 with: config: "./.github/configs/cr.yaml" + charts_dir: "charts/argo-cd" env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"