Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/614abddd64bd6091b87e844d1635662337cc6e89 You should set ROOT_URL correctly, otherwise the web may not work correctly.

remove obsolete permissions block

we use the JF_BOT_TOKEN PAT and not the default GITHUB_TOKEN
pull/7245/head
K3rnelPan1c 3 years ago
parent fabe7e1fb9
commit 614abddd64

@ -5,10 +5,6 @@ on:
- cron: '30 1 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest

Loading…
Cancel
Save