From 5afd93853a1edc081b5728d68c95c85a695d3ffe Mon Sep 17 00:00:00 2001 From: Heba Elayoty <31887807+helayoty@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:11:01 -0700 Subject: [PATCH] Update helm-chart.yml Signed-off-by: Heba Elayoty <31887807+helayoty@users.noreply.github.com> --- .github/workflows/helm-chart.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index 0f70f4f94..924080d85 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -14,14 +14,13 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + submodules: true fetch-depth: 0 - - name: Configure Git - run: | - git config user.name "$GITHUB_ACTOR" - git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 - env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + - name: Publish Helm chart + uses: stefanprodan/helm-gh-pages@v1.7.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + charts_dir: charts + target_dir: charts + linting: off