Skip to content

Commit

Permalink
Merge pull request #885 from elezar/fix-helm-publish
Browse files Browse the repository at this point in the history
[no-relnote] Set GH_TOKEN for helm publish step
  • Loading branch information
elezar authored Aug 8, 2024
2 parents 28c022f + 8f29a60 commit 3e2a2e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
fetch-depth: 0

- name: Update helm index
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "Github Actions"
git config user.email "[email protected]"
Expand Down

0 comments on commit 3e2a2e1

Please sign in to comment.