Fix error in auto-request-review action

Per action.yml of the action, the token is required.
e89da1a8cd/action.yml (L8)

Signed-off-by: Daniel Jiang <daniel.jiang@broadcom.com>
This commit is contained in:
Daniel Jiang
2026-04-27 15:47:17 +08:00
parent a906ab3066
commit 552848c286

View File

@@ -18,3 +18,4 @@ jobs:
uses: necojackarc/auto-request-review@v0.13.0
with:
config: .github/auto-assignees.yml
token: ${{ secrets.GITHUB_TOKEN }}