update ci

This commit is contained in:
Cody Robibero 2023-01-22 16:13:08 -07:00
parent 4d0b6447bf
commit 6fd5ebc4e4
4 changed files with 4 additions and 4 deletions

View File

@ -17,4 +17,4 @@ jobs:
with:
repository-name: crobibero/jellyfin-plugin-transcodekiller
secrets:
token: ${{ secrets.JF_BOT_TOKEN }}
token: ${{ env.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: ${{ env.GITHUB_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: ${{ env.GITHUB_TOKEN }}

View File

@ -9,4 +9,4 @@ jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/sync-labels.yaml@master
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ env.GITHUB_TOKEN }}