chore: replace GH_TOKEN with JF_BOT_TOKEN

This commit is contained in:
Fernando Fernández 2021-05-12 21:24:04 +02:00
parent c96d690946
commit 98c1bddf0e
No known key found for this signature in database
GPG Key ID: 44495B839CCFF8CF
2 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ jobs:
run: rm dist/studios/**/studio.json
- name: Compress built assets
run: cd dist; zip -r -D ../release.zip *; cd ..
- uses: "marvinpinto/action-automatic-releases@latest"
- uses: "marvinpinto/action-automatic-releases@v1.2.0"
with:
repo_token: "${{ secrets.GH_TOKEN }}"
repo_token: "${{ secrets.JF_BOT_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: |

View File

@ -14,6 +14,6 @@ jobs:
- name: Validate studios.json
uses: snapcart/json-schema-validator@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.JF_BOT_TOKEN }}
json_schema: .github/studios.schema.json
json_path_pattern: studios/.*/studio.json$