From 5beb2b3005cda0ba64ff5ad107d2dad968880490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=96?= Date: Mon, 18 Nov 2024 17:15:26 +0800 Subject: [PATCH] fix: use token in "pr-label-status.yml" workflow --- .github/workflows/pr-label-status.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-label-status.yml b/.github/workflows/pr-label-status.yml index 928d1db7..266857a1 100644 --- a/.github/workflows/pr-label-status.yml +++ b/.github/workflows/pr-label-status.yml @@ -9,6 +9,10 @@ jobs: triage: runs-on: ubuntu-latest steps: + - uses: wow-actions/use-app-token@v2 + with: + app_id: ${{ secrets.BOT_APP_ID }} + private_key: ${{ secrets.BOT_PRIVATE_KEY }} - uses: wow-actions/pr-triage@v1 with: GITHUB_TOKEN: ${{ env.BOT_TOKEN }}