Skip to content

Commit

Permalink
ci: fix release chart token (chaos-mesh#4473)
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung authored Aug 21, 2024
1 parent 49aa87c commit da69c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_helm_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da69c6d

Please sign in to comment.