From ce1191d86f001c80eb150e71cd81019b8ade5f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 25 Jun 2026 11:53:07 +0200 Subject: [PATCH] :bug: fix missing app-id in auto-label workflow --- .github/workflows/auto-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index cd6224a544..4025286273 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -14,7 +14,7 @@ jobs: id: triage-app-token uses: actions/create-github-app-token@v1 with: - app-id: ${{ secrets.TRAIGE_APP_ID }} + app-id: ${{ secrets.TRIAGE_APP_ID }} private-key: ${{ secrets.TRIAGE_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }}