diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index 25be274..9a4d884 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -4,7 +4,7 @@ on: - "chart-*" env: - GH_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ github.token }} name: Chart permissions: @@ -28,4 +28,3 @@ jobs: - name: Index Chart run: | make index-chart - \ No newline at end of file