Skip to content

Commit cbd4582

Browse files
Try to use GITHUB_TOKEN var
1 parent c7f0d3a commit cbd4582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
skip_existing: true
3131
packages_with_index: true
3232
env:
33-
CR_TOKEN: "${{ secrets.GH_TOKEN }}"
33+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)