mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
Remove auth
This commit is contained in:
parent
74ec975c38
commit
edad38fd56
1 changed files with 0 additions and 2 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue