Skip to content

chore(container): update image ghcr.io/authelia/authelia to 4671025 #1540

chore(container): update image ghcr.io/authelia/authelia to 4671025

chore(container): update image ghcr.io/authelia/authelia to 4671025 #1540

Workflow file for this run

---
name: "Meta Labeler"
on:
workflow_dispatch:
pull_request:
branches: ["master"]
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@e995b4e40ace2eb5bf13137d9abe242c98f3aab6 # v1.6.0
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.app-token.outputs.token }}"