ci: request-reviewers: use generated token (#1848)
Fixes: b4e1daad3b ("ci: request subsystem maintainers review (#1053)")
Link: https://github.com/nix-community/stylix/pull/1848
Reviewed-by: Daniel Thwaites <danth@danth.me>
This commit is contained in:
parent
de0ff3cc8f
commit
9810b32b9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/request-reviewers.yml
vendored
2
.github/workflows/request-reviewers.yml
vendored
|
|
@ -78,5 +78,5 @@ jobs:
|
|||
|
||||
- uses: AveryCameronUofR/add-reviewer-gh-action@1.0.4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
reviewers: ${{ steps.get-reviewers.outputs.reviewers }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue