From c886f3d29d3a38d0fd4b34b767d04fcbd45f51e7 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 27 Apr 2024 05:17:14 +0100 Subject: [PATCH] ci stuff --- .gitea/workflows/fetch-new.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/fetch-new.yml b/.gitea/workflows/fetch-new.yml index bd7d7e4..b366711 100644 --- a/.gitea/workflows/fetch-new.yml +++ b/.gitea/workflows/fetch-new.yml @@ -41,7 +41,9 @@ jobs: - name: Commit and push changes run: | + git config --global user.email "liam@fascinated.cc" + git config --global user.name "Liam" git add servers.json git commit -m "Update PIA Servers" - git push + git push https://fascinated:${{ secrets.AUTH_TOKEN }}@git.fascinated.cc/Fascinated/PIA-Servers