Skip to content

Commit

Permalink
enable git push from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Kuhn committed Apr 4, 2024
1 parent c500079 commit 11f066c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fetch_contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Update README with contributors
run: python src/fetch_contributors.py
- name: Commit and push if changed
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
Expand Down

0 comments on commit 11f066c

Please sign in to comment.