From 7c249e7fc02b43729a4f389aac8973031bdf6ad6 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Wed, 25 Sep 2024 23:27:12 +0200 Subject: [PATCH] CI: Rework chart release. --- .github/workflows/chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 6d258b431..b99374a90 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -54,11 +54,11 @@ jobs: ct lint --config .ct.yaml ah lint --path charts/ingress-nginx - - name: Helm Chart Releaser + - name: Release chart uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0 env: + CR_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CR_RELEASE_NAME_TEMPLATE: helm-chart-{{ .Version }} CR_SKIP_EXISTING: true - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}" with: charts_dir: charts