🐛(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:
committed by
Anthony LC
parent
0773e83149
commit
02793040fd
9
.github/workflows/release-helm-chart.yaml
vendored
9
.github/workflows/release-helm-chart.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user