Skip to content

Commit 9880432

Browse files
authored
fixes an issue with forks and "Auto Request Review"
1 parent 9ce5e2b commit 9880432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-request-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- name: Request review based on files changes and/or groups the author belongs to
1414
uses: necojackarc/[email protected]
1515
with:
16-
token: ${{ secrets.GITHUB_TOKEN }}
16+
token: ${{ secrets.AUTO_REVIEW_GITHUB_TOKEN }}
1717
config: .github/reviewers.yml # Config file location override

0 commit comments

Comments
 (0)