Skip to content

Commit 3f9bb8d

Browse files
committed
Use correct secret name!
Signed-off-by: David Young <[email protected]>
1 parent c3a5490 commit 3f9bb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push-master-publish-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Run chart-releaser
2727
uses: helm/[email protected]
2828
env:
29-
CR_TOKEN: "${{ secrets.GH_TOKEN }}"
29+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)