Skip to content

Commit

Permalink
.github/workflows: Use configurable secret for AssignReviewers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Sep 21, 2022
1 parent ca92075 commit fa15fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AssignReviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: actions/checkout@v2
- uses: mdkinney/github-action-assign-reviewers@main
with:
token: ${{secrets.GITHUB_TOKEN}}
token: ${{secrets.CODEOWNERS_VALIDATOR_TOKEN}}

0 comments on commit fa15fd8

Please sign in to comment.