mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Add back a secret temporarily
This commit is contained in:
parent
c8c831aadc
commit
aefe867f39
1 changed files with 2 additions and 2 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
||||||
repository: "xivdev/EXDTools"
|
repository: "xivdev/EXDTools"
|
||||||
latest: true
|
latest: true
|
||||||
fileName: "SchemaValidator-linux-x64"
|
fileName: "SchemaValidator-linux-x64"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
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 +95,7 @@ jobs:
|
||||||
repository: "xivdev/EXDTools"
|
repository: "xivdev/EXDTools"
|
||||||
latest: true
|
latest: true
|
||||||
fileName: "Schema.json"
|
fileName: "Schema.json"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.xtoken }} # TODO: Remove this when the repo is public
|
||||||
|
|
||||||
- name: Run SchemaValidator
|
- name: Run SchemaValidator
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue