From 5feb45046491f3794b2bc2b4417b60342a3a04ba Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 27 Apr 2024 05:15:21 +0100 Subject: [PATCH] ci stuff --- .gitea/workflows/fetch-new.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/fetch-new.yml b/.gitea/workflows/fetch-new.yml index b0e3529..bd7d7e4 100644 --- a/.gitea/workflows/fetch-new.yml +++ b/.gitea/workflows/fetch-new.yml @@ -24,8 +24,6 @@ jobs: # Checkout the repo - name: Checkout uses: actions/checkout@v4 - with: - token: ${{ secrets.AUTH_TOKEN }} # Setup Java and Maven - name: Set up JDK and Maven @@ -43,9 +41,6 @@ jobs: - name: Commit and push changes run: | - git config --global user.email "liam@fascinated.cc" - git config --global user.name "Fascinated" - git remote add origin "https://git.fascinated.cc/Fascinated/PIA-Servers" git add servers.json git commit -m "Update PIA Servers" git push