From edad38fd563f77429e031fa1bc066b75a547b15a Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 7 Nov 2023 20:33:06 -0500 Subject: [PATCH] Remove auth --- .github/workflows/validate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c16db39..6b1b5c2 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -86,7 +86,6 @@ jobs: repository: "xivdev/EXDTools" latest: true fileName: "SchemaValidator-linux-x64" - token: ${{ secrets.xtoken }} # TODO: Remove this when the repo is public # Fetch Schema.json from xivdev/EXDTools latest releases - name: Download Schema.json @@ -95,7 +94,6 @@ jobs: repository: "xivdev/EXDTools" latest: true fileName: "Schema.json" - token: ${{ secrets.xtoken }} # TODO: Remove this when the repo is public - name: Run SchemaValidator run: |