Skip to content

Commit

Permalink
Configure a git user for chartpress to use for pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Sep 13, 2024
1 parent 084b5e1 commit 6497b95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
- name: Install dependencies
run: pip install chartpress

- name: Configure a git user
run: |
git config --global user.name "GitHub Actions user"
git config --global user.email "[email protected]"
- name: Build image, push if necessary
env:
PUBLISH: ${{ steps.publish.outputs.publish }}
Expand Down

0 comments on commit 6497b95

Please sign in to comment.