From 0a0567931652d2a6efd34a41dd1ab28947f2b66f Mon Sep 17 00:00:00 2001 From: sahejkm Date: Thu, 23 May 2024 17:48:41 +0900 Subject: [PATCH] . --- .github/workflows/after-approval.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/after-approval.yml b/.github/workflows/after-approval.yml index 3f6acf63814..a60e90e0bc2 100644 --- a/.github/workflows/after-approval.yml +++ b/.github/workflows/after-approval.yml @@ -16,10 +16,9 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@v4 - name: Add label for extended tests env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.ADD_LABEL_PAT }} GH_REPO: ${{ github.repository }} NUMBER: ${{ github.event.pull_request.number }} run: |