From a09c95550a07ef17dd0fc90998c6832ccea5adbb Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Fri, 20 Oct 2023 15:22:26 +0200 Subject: [PATCH] chore(github): using new secrets for GH pages Helm chart push Signed-off-by: Dario Tranchitella --- .github/workflows/helm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index d7657c86..78882df7 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -18,7 +18,7 @@ jobs: - name: Publish Helm chart uses: stefanprodan/helm-gh-pages@0ad2bb377311d61ac04ad9eb6f252fb68e207260 # v1.7.0 with: - token: "${{ secrets.GITHUB_TOKEN }}" + token: "${{ secrets.HELM_CHARTS_PUSH_TOKEN }}" linting: off charts_dir: charts charts_url: https://${{ github.repository_owner }}.github.io/charts