From 997165f1200c24491e29bb4533a6ed0b748346ad Mon Sep 17 00:00:00 2001 From: liam Date: Wed, 22 Nov 2023 00:14:48 -0500 Subject: [PATCH] Remove token --- .github/workflows/validate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index fc1e4d9..0269e37 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: |