Skip to content

Commit

Permalink
🐛(CI) improve helm release
Browse files Browse the repository at this point in the history
In order to avoid a github release when we build the helm chart, we use
another action
  • Loading branch information
rouja authored and AntoLC committed Jan 6, 2025
1 parent 0773e83 commit 0279304
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
uses: helm/[email protected]
- 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 }}

0 comments on commit 0279304

Please sign in to comment.