Skip to content

Commit

Permalink
use the standard github_token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron authored Mar 6, 2020
1 parent af33799 commit 29c86c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_ACTION_PAT }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Issues seem to have gone stale.'
stale-pr-message: 'The PR seem to have gone stale.'
days-before-stale: 21
Expand Down

0 comments on commit 29c86c0

Please sign in to comment.