Skip to content

Commit

Permalink
Update Release Bot Git Config (#2555)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 authored Nov 10, 2023
1 parent 379cb60 commit e6c9734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
- name: Set up Git name and email
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.email "251311+buf-release-bot[bot]@users.noreply.github.com"
git config --global user.name "buf-release-bot[bot]"
- name: Create release PR
run: bash ./make/buf/scripts/createreleasepr.bash
env:
Expand Down

0 comments on commit e6c9734

Please sign in to comment.