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