Skip to content

Commit 71bcc0d

Browse files
committed
Using separate PAT for publishing helm chart
1 parent 0a019cf commit 71bcc0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- name: Publish Helm chart to GitHub Pages
187187
uses: stefanprodan/helm-gh-pages@0ad2bb377311d61ac04ad9eb6f252fb68e207260 # v1.7.0
188188
with:
189-
token: ${{ secrets.GITHUB_TOKEN }}
189+
token: ${{ secrets.GHA_HELM_PAT }}
190190
# linting: off
191191
charts_dir: ./kubernetes/charts
192192
repository: helm-charts

0 commit comments

Comments
 (0)