Skip to content

fix(container): update image ghcr.io/navidrome/navidrome ( 0.54.1 → 0.54.2 ) #3781

fix(container): update image ghcr.io/navidrome/navidrome ( 0.54.1 → 0.54.2 )

fix(container): update image ghcr.io/navidrome/navidrome ( 0.54.1 → 0.54.2 ) #3781

Workflow file for this run

---
name: "Meta: Labeler"
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.app-token.outputs.token }}"