From b53c8ea60eb0cfa4ef6cf22a5ed316a8ec6dc503 Mon Sep 17 00:00:00 2001 From: Myra Date: Thu, 28 Nov 2024 20:54:01 +0000 Subject: [PATCH] Approval labeler fix electric boogaloo (#33633) Nik told me to not name this "nya" --- .github/workflows/labeler-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index a0341e42a18640..0adfee7d0e5dba 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -16,7 +16,7 @@ jobs: with: username: ${{ github.actor }} team: "content-maintainers,junior-maintainers" - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GITHUB_TOKEN: ${{ secrets.LABELER_PAT }} - if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }} uses: actions-ecosystem/action-add-labels@v1 with: