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:
parent
00368924df
commit
d0e277e80b
|
@ -35,4 +35,4 @@ jobs:
|
||||||
uses: shufo/auto-assign-reviewer-by-files@f5f3db9ef06bd72ab6978996988c6462cbdaabf6
|
uses: shufo/auto-assign-reviewer-by-files@f5f3db9ef06bd72ab6978996988c6462cbdaabf6
|
||||||
with:
|
with:
|
||||||
config: ".github/project-community-pr-assigner.yml"
|
config: ".github/project-community-pr-assigner.yml"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.PR_ASSIGN_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue