From e6c973448cebc848acf6f01b92c6b1c06ecab5dc Mon Sep 17 00:00:00 2001 From: Oliver Sun <73540835+oliversun9@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:27:28 -0500 Subject: [PATCH] Update Release Bot Git Config (#2555) --- .github/workflows/create-release-pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index f4899ef20e..6d42a47fe0 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -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: