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:
NAHO 2025-08-18 21:43:04 +02:00 committed by GitHub
parent de0ff3cc8f
commit 9810b32b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}