Skip to content

Commit

Permalink
Fix chart release action (#210)
Browse files Browse the repository at this point in the history
* Fix chart release action

Signed-off-by: galal-hussein <[email protected]>

* Fix chart release action

Signed-off-by: galal-hussein <[email protected]>

---------

Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein authored Jan 23, 2025
1 parent 9e52c37 commit 8b0383f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- "chart-*"

env:
GH_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}

name: Chart
permissions:
Expand All @@ -28,4 +28,3 @@ jobs:
- name: Index Chart
run: |
make index-chart

0 comments on commit 8b0383f

Please sign in to comment.