Skip to content

Commit 354ef1c

Browse files
committed
build: fix find-inactive-collaborators workflow token
Use a token that will result in GitHub CI running on the pull requests that this workflow opens.
1 parent 52ebe0f commit 354ef1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/find-inactive-collaborators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Open pull request
3333
uses: gr2m/create-or-update-pull-request-action@v1
3434
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
3636
with:
3737
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3838
body: This PR was generated by tools/find-inactive-collaborators.yml.

0 commit comments

Comments
 (0)