Apply suggestions from code review
Co-authored-by: K3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>
This commit is contained in:
parent
144b31bf15
commit
4afb53ea6d
2
.github/workflows/changelog.yaml
vendored
2
.github/workflows/changelog.yaml
vendored
@ -17,4 +17,4 @@ jobs:
|
||||
with:
|
||||
repository-name: jellyfin/jellyfin-plugin-template
|
||||
secrets:
|
||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
2
.github/workflows/command-dispatch.yaml
vendored
2
.github/workflows/command-dispatch.yaml
vendored
@ -10,4 +10,4 @@ jobs:
|
||||
call:
|
||||
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-dispatch.yaml@master
|
||||
secrets:
|
||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
||||
token: .
|
||||
|
2
.github/workflows/command-rebase.yaml
vendored
2
.github/workflows/command-rebase.yaml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user