🗄️ Change git author to masclibot

This commit is contained in:
Ben Chatelain 2024-11-03 10:28:10 -07:00
parent 51d3cdfd2d
commit 414313986c
No known key found for this signature in database

View file

@ -69,6 +69,11 @@ jobs:
run: |
script/version_bump "${MAS_VERSION}"
- name: 🔧 Configure Git Author
run: |
git config --global user.name 'masclibot'
git config --global user.email 'masclibot@users.noreply.github.com'
- name: 💾 Commit changes
env:
MAS_VERSION: ${{ needs.start.outputs.mas_version }}
@ -132,11 +137,6 @@ jobs:
run: |
script/bootstrap -f
- name: 🔧 Configure Git Credentials
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
# The mas-cli/homebrew-tap repo needs to be checked out using the current
# GitHub credentials in order to open a PR. However, the `brew tap` command
# must be run for Homebrew to see the dir as a tap.
@ -160,6 +160,11 @@ jobs:
# brew --repository mas-cli/tap
path: Taps/mas-cli/homebrew-tap
- name: 🔧 Configure Git Author
run: |
git config --global user.name 'masclibot'
git config --global user.email 'masclibot@users.noreply.github.com'
- name: ⤴️ Open mas tap PR
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
@ -222,6 +227,11 @@ jobs:
run: |
script/bootstrap -f
- name: 🔧 Configure Git Author
run: |
git config --global user.name 'masclibot'
git config --global user.email 'masclibot@users.noreply.github.com'
- name: 🍺 Update Homebrew mas formula
env:
GH_TOKEN: ${{ github.token }}