From d0e277e80b1b96f6c485fd13886b2951d1967cc9 Mon Sep 17 00:00:00 2001 From: jonathansadowski Date: Tue, 18 Oct 2022 09:20:22 -0500 Subject: [PATCH] Add PR_ASSIGN_TOKEN to contributors action (#35137) Adds PR_ASSIGN_TOKEN with repo permissions to the community contributors actions so that the bot has permission to make team assignments --- .github/workflows/community-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community-label.yml b/.github/workflows/community-label.yml index 213dd2a0b49..221753b62e3 100644 --- a/.github/workflows/community-label.yml +++ b/.github/workflows/community-label.yml @@ -35,4 +35,4 @@ jobs: uses: shufo/auto-assign-reviewer-by-files@f5f3db9ef06bd72ab6978996988c6462cbdaabf6 with: config: ".github/project-community-pr-assigner.yml" - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PR_ASSIGN_TOKEN }}