1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00

Remove token

This commit is contained in:
liam 2023-11-22 00:14:48 -05:00
parent 0f1671fe93
commit 997165f120

View file

@ -86,7 +86,6 @@ jobs:
repository: "xivdev/EXDTools" repository: "xivdev/EXDTools"
latest: true latest: true
fileName: "SchemaValidator-linux-x64" fileName: "SchemaValidator-linux-x64"
token: ${{ secrets.xtoken }} # TODO: Remove this when the repo is public
# Fetch Schema.json from xivdev/EXDTools latest releases # Fetch Schema.json from xivdev/EXDTools latest releases
- name: Download Schema.json - name: Download Schema.json
@ -95,7 +94,6 @@ jobs:
repository: "xivdev/EXDTools" repository: "xivdev/EXDTools"
latest: true latest: true
fileName: "Schema.json" fileName: "Schema.json"
token: ${{ secrets.xtoken }} # TODO: Remove this when the repo is public
- name: Run SchemaValidator - name: Run SchemaValidator
run: | run: |