Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
ci: fix missing permission in update-jellyfin-release.yml (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored May 23, 2024
1 parent 4b62662 commit eb0371d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-jellyfin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
id: isJellyfinRepo
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GH_BOT_TOKEN }}
script: |
const repo = context.payload.repository;
const repoLabels = await github.repos.listLabelsForRepo({
Expand Down

0 comments on commit eb0371d

Please sign in to comment.