Skip to content

Commit

Permalink
Workflows: properly use the default github actions bot user
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnassius committed Oct 6, 2024
1 parent 575fe5f commit d9cc65b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-showdown-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
path: cerbottana
token: ${{ secrets.MACHINE_USER_PAT }}
push-to-fork: prnss/cerbottana
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
commit-message: "Showdown: update data"
title: "Showdown: update data"
branch: showdown-update-data
2 changes: 2 additions & 0 deletions .github/workflows/update-veekun-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
path: cerbottana
token: ${{ secrets.MACHINE_USER_PAT }}
push-to-fork: prnss/cerbottana
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
commit-message: "Veekun: update data"
title: "Veekun: update data"
branch: veekun-update-data

0 comments on commit d9cc65b

Please sign in to comment.