Skip to content

Commit

Permalink
Fixup: Add GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Sep 24, 2024
1 parent 049bd11 commit c05eae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-for-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:

- name: Check for repository changes and commit
id: check_changes
env:
GH_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 c05eae7

Please sign in to comment.