We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a019cf commit 71bcc0dCopy full SHA for 71bcc0d
1 file changed
.github/workflows/ci-cd.yml
@@ -186,7 +186,7 @@ jobs:
186
- name: Publish Helm chart to GitHub Pages
187
uses: stefanprodan/helm-gh-pages@0ad2bb377311d61ac04ad9eb6f252fb68e207260 # v1.7.0
188
with:
189
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GHA_HELM_PAT }}
190
# linting: off
191
charts_dir: ./kubernetes/charts
192
repository: helm-charts
0 commit comments