🐛(CI) improve helm release

In order to avoid a github release when we build the helm chart, we use
another action
This commit is contained in:
Jacques ROUSSEL
2025-01-02 17:59:26 +01:00
committed by Anthony LC
parent 0773e83149
commit 02793040fd

View File

@@ -27,11 +27,8 @@ jobs:
env: env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Run chart-releaser - name: Publish Helm charts
uses: helm/chart-releaser-action@v1.6.0 uses: numerique-gouv/helm-gh-pages@add-overwrite-option
with: with:
charts_dir: ./src/helm charts_dir: ./src/helm
skip_existing: True token: ${{ secrets.GITHUB_TOKEN }}
mark_as_latest: False
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"