From c8c831aadcb76cd9129fc9cb6cb22dac2be5361c Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 7 Nov 2023 20:42:05 -0500 Subject: [PATCH] Do not know why this is failing --- .github/workflows/validate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6b1b5c2..c460c71 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -86,6 +86,7 @@ jobs: repository: "xivdev/EXDTools" latest: true fileName: "SchemaValidator-linux-x64" + token: ${{ secrets.GITHUB_TOKEN }} # Fetch Schema.json from xivdev/EXDTools latest releases - name: Download Schema.json @@ -94,6 +95,7 @@ jobs: repository: "xivdev/EXDTools" latest: true fileName: "Schema.json" + token: ${{ secrets.GITHUB_TOKEN }} - name: Run SchemaValidator run: |