Skip to content

fix(container): update ghcr.io/joryirving/plex ( 1.40.1.8227-c0dd5a73e → 1.40.2.8395-c67dce28e ) #1451

fix(container): update ghcr.io/joryirving/plex ( 1.40.1.8227-c0dd5a73e → 1.40.2.8395-c67dce28e )

fix(container): update ghcr.io/joryirving/plex ( 1.40.1.8227-c0dd5a73e → 1.40.2.8395-c67dce28e ) #1451

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Labeler"
on:
workflow_dispatch:
pull_request_target:
branches: ["main"]
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Get Secrets
uses: bitwarden/sm-action@v2
with:
access_token: ${{ secrets.BW_ACCESS_TOKEN }}
secrets: |
e062dcb9-8cd7-471e-b9be-b10100497102 > BOT_APP_ID
5856238d-3fae-4a0f-9847-b1010049f697 > BOT_APP_PRIVATE_KEY
- name: Generate Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: "${{ env.BOT_APP_ID }}"
private-key: "${{ env.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@v5
with:
repo-token: "${{ steps.app-token.outputs.token }}"
configuration-path: .github/labeler.yaml