🐛 fix missing app-id in auto-label workflow

This commit is contained in:
David Barragán Merino 2026-06-25 11:53:07 +02:00
parent f996ef372d
commit ce1191d86f

View File

@ -14,7 +14,7 @@ jobs:
id: triage-app-token id: triage-app-token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@v1
with: with:
app-id: ${{ secrets.TRAIGE_APP_ID }} app-id: ${{ secrets.TRIAGE_APP_ID }}
private-key: ${{ secrets.TRIAGE_APP_PRIVATE_KEY }} private-key: ${{ secrets.TRIAGE_APP_PRIVATE_KEY }}
owner: ${{ github.repository_owner }} owner: ${{ github.repository_owner }}