🐛(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:
|
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 }}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user