mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 19:56:06 +00:00
Add github token so action can actually auth (#2766)
Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -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 }}'
|
||||
|
||||
Reference in New Issue
Block a user