Skip to content

Commit

Permalink
build: fix find-inactive-collaborators workflow token
Browse files Browse the repository at this point in the history
Use a token that will result in GitHub CI running on the pull requests
that this workflow opens.
  • Loading branch information
Trott committed Aug 27, 2021
1 parent 52ebe0f commit 354ef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/find-inactive-collaborators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Open pull request
uses: gr2m/create-or-update-pull-request-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
with:
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
body: This PR was generated by tools/find-inactive-collaborators.yml.
Expand Down

0 comments on commit 354ef1c

Please sign in to comment.