change PAT use for stale action

This commit is contained in:
K3rnelPan1c 2022-01-23 18:19:39 +01:00
parent 28f4d574f7
commit 0c665af124
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/stale@v4.1.0
with:
repo-token: ${{ github.token }}
repo-token: ${{ secrets.JF_BOT_TOKEN }}
days-before-stale: 120
days-before-pr-stale: -1
days-before-close: 21