ci: use a PAT to list all writers (#3559)

Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
tison
2024-03-22 11:25:01 +08:00
committed by GitHub
parent 86fb9d8ac7
commit c9ac72e7f8

View File

@@ -17,5 +17,5 @@ jobs:
- name: Auto Unassign
uses: tisonspieces/auto-unassign@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
repository: ${{ github.repository }}