From 0dd066e3b0dae2e0dde57ed828251418c2361260 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 27 Apr 2024 06:04:20 +0100 Subject: [PATCH] use pia-servers-ci to commit from --- .gitea/workflows/fetch-new.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/fetch-new.yml b/.gitea/workflows/fetch-new.yml index e121936..ea73cb7 100644 --- a/.gitea/workflows/fetch-new.yml +++ b/.gitea/workflows/fetch-new.yml @@ -43,10 +43,10 @@ jobs: - name: Commit and push changes run: | - git config --global user.email "liam@fascinated.cc" - git config --global user.name "Liam" + git config --global user.email "liam+pia-servers-ci@fascinated.cc" + git config --global user.name "PIA Servers CI" git add servers.json git add README.md git commit -m "Scheduled update" - git push https://fascinated:${{ secrets.AUTH_TOKEN }}@git.fascinated.cc/Fascinated/PIA-Servers + git push https://pia-servers-ci:${{ secrets.AUTH_TOKEN }}@git.fascinated.cc/Fascinated/PIA-Servers