From 4417e3464bd83ad9ac9a3f17288955bcd3f002f4 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Thu, 28 Sep 2023 08:53:46 +0200 Subject: [PATCH] chore: fix helm chart action --- .github/workflows/chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index bc7a04b..21e975f 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -29,6 +29,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 with: - charts_dir: helm-charts + charts_dir: charts env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"