github: Fix stale workflow access token

This commit is contained in:
Pekka Enberg
2024-12-12 10:59:10 +02:00
parent 4e40d9ecee
commit 0722037465

View File

@@ -14,6 +14,7 @@ jobs:
- name: Close stale pull requests
uses: actions/stale@v6
with:
repo-token: ${{ secrets.STALE_GH_TOKEN }}
operations-per-run: 1000
ascending: true
stale-pr-message: 'This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.'