Add github token so action can actually auth (#2766)

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2020-07-27 14:35:26 -07:00
committed by GitHub
parent 8e672408a2
commit 94872ea2fc
+2 -1
View File
@@ -1,4 +1,4 @@
name: 'Auto Assign PRs'
name: 'Auto Assign PR Reviewers'
on: pull_request
jobs:
@@ -8,3 +8,4 @@ jobs:
- uses: kentaro-m/auto-assign-action@v1.1.1
with:
configuration-path: ".github/auto_assign.yml"
repo-token: '${{ secrets.GITHUB_TOKEN }}'