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
co-authored by K3rnelPan1c
parent 144b31bf15
commit 4afb53ea6d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ jobs:
with: with:
repository-name: jellyfin/jellyfin-plugin-template repository-name: jellyfin/jellyfin-plugin-template
secrets: secrets:
token: ${{ secrets.JF_BOT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -10,4 +10,4 @@ jobs:
call: call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-dispatch.yaml@master uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-dispatch.yaml@master
secrets: secrets:
token: ${{ secrets.JF_BOT_TOKEN }} token: .
+1 -1
View File
@@ -13,4 +13,4 @@ jobs:
repository-full-name: ${{ github.event.client_payload.github.payload.repository.full_name }} repository-full-name: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
secrets: secrets:
token: ${{ secrets.JF_BOT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}