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