Skip to content

Commit

Permalink
setup git config
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 24, 2024
1 parent 051ca49 commit 6ff5011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.HAYSTACK_BOT_TOKEN }}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add ${{ steps.pathfinder.outputs.project_path }}
git commit -m"Update the changelog"
git push

0 comments on commit 6ff5011

Please sign in to comment.