From bf0ba41735c518193c3313375a8cb060636991bb Mon Sep 17 00:00:00 2001 From: Jacques ROUSSEL Date: Thu, 2 Jan 2025 17:59:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(CI)=20improve=20helm=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to avoid a github release when we build the helm chart, we use another action --- .github/workflows/release-helm-chart.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-helm-chart.yaml b/.github/workflows/release-helm-chart.yaml index 729d146df..3a01ff19b 100644 --- a/.github/workflows/release-helm-chart.yaml +++ b/.github/workflows/release-helm-chart.yaml @@ -27,11 +27,8 @@ jobs: env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 + - name: Publish Helm charts + uses: numerique-gouv/helm-gh-pages@add-overwrite-option with: charts_dir: ./src/helm - skip_existing: True - mark_as_latest: False - env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + token: ${{ secrets.GITHUB_TOKEN }}