From da69c6d9617a2e1ef3f922e4f0acf3548d385f3e Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Wed, 21 Aug 2024 13:14:57 +0800 Subject: [PATCH] ci: fix release chart token (#4473) Signed-off-by: Yue Yang --- .github/workflows/release_helm_chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_helm_chart.yml b/.github/workflows/release_helm_chart.yml index 9564eb4441..191b149686 100644 --- a/.github/workflows/release_helm_chart.yml +++ b/.github/workflows/release_helm_chart.yml @@ -20,7 +20,7 @@ jobs: - name: Publish Helm chart uses: stefanprodan/helm-gh-pages@master with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.RELEASE_HELM_CHART_TOKEN }} charts_dir: helm charts_url: https://charts.chaos-mesh.org owner: chaos-mesh