From 477bd629b3351254ae35134233575af4e66f6047 Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Tue, 8 Oct 2024 17:58:53 +0200 Subject: [PATCH] Update used credentials --- .github/workflows/deploy-fafdevelop.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-fafdevelop.yaml b/.github/workflows/deploy-fafdevelop.yaml index f587ff609a..4ce18f9201 100644 --- a/.github/workflows/deploy-fafdevelop.yaml +++ b/.github/workflows/deploy-fafdevelop.yaml @@ -72,8 +72,8 @@ jobs: - name: Create a commit run: | # Configure git - git config user.email "administrator@faforever.com" - git config user.name "FAForever" + git config user.email "github@faforever.com" + git config user.name "FAForever Machine User" git add . git commit -m "Post-process deployment"