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: |