Skip to content

Commit

Permalink
chore(github): using new secrets for GH pages Helm chart push
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion authored Oct 20, 2023
1 parent 754bf53 commit 45f5ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45f5ee8

Please sign in to comment.