Apply suggestions from code review

Co-authored-by: K3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>
This commit is contained in:
Cody Robibero 2022-03-19 10:01:24 -06:00 committed by GitHub
parent 144b31bf15
commit 4afb53ea6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -17,4 +17,4 @@ jobs:
with:
repository-name: jellyfin/jellyfin-plugin-template
secrets:
token: ${{ secrets.JF_BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -10,4 +10,4 @@ jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-dispatch.yaml@master
secrets:
token: ${{ secrets.JF_BOT_TOKEN }}
token: .

View File

@ -13,4 +13,4 @@ jobs:
repository-full-name: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
secrets:
token: ${{ secrets.JF_BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}