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
This commit is contained in:
jonathansadowski 2022-10-18 09:20:22 -05:00 committed by GitHub
parent 00368924df
commit d0e277e80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}