Skip to content

chore(deps): update actions/create-github-app-token action to v3.2.0 #479

chore(deps): update actions/create-github-app-token action to v3.2.0

chore(deps): update actions/create-github-app-token action to v3.2.0 #479

Workflow file for this run

---
name: "Labeler"
on:
pull_request_target:
branches: ["main"]
types: ["opened", "synchronize"]
permissions:
actions: read
contents: read
issues: write
pull-requests: write
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.app-token.outputs.token }}"