🐛(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:
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 }}