From 7b857e5c357b4d361eac94d848e811d4e380918e Mon Sep 17 00:00:00 2001 From: Refringe Date: Sun, 20 Jul 2025 22:26:02 -0400 Subject: [PATCH] [workflow] format auto-commit author bot account --- .github/workflows/dotnet-format.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index df5ebf6a..351f95cf 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} + token: ${{ secrets.BYPASS_WORKFLOW_PAT || github.token }} - name: Setup .NET uses: actions/setup-dotnet@v4 @@ -35,6 +36,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: .NET Format Style Fixes - commit_user_name: Format Bot - commit_user_email: format@sp-tarkov.com - commit_author: Format Bot + commit_user_name: sp-tarkov-bot + commit_user_email: singleplayertarkov@gmail.com + commit_author: sp-tarkov-bot