Skip to content

Commit

Permalink
Update workflow using github token
Browse files Browse the repository at this point in the history
  • Loading branch information
voltgizerz committed Jun 28, 2024
1 parent 4379139 commit 5681d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Request review based on files changes and/or groups the author belongs to
uses: necojackarc/auto-request-review@v0.12.0
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
config: '.github/reviewers.yml' # Config file location override
# Look for config locally during run instead of in repo.
# For instance, if you'd like to use a config file stored in external storage,
Expand Down

0 comments on commit 5681d18

Please sign in to comment.