Skip to content

Commit 4b189cb

Browse files
Add token to workflow
1 parent 5b0cdb1 commit 4b189cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/stale@v9
1717
with:
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1819
days-before-stale: 35 # 5 working weeks should be ok
1920
days-before-close: 14 # plus 2 weeks to act
2021
stale-pr-label: 'stale'

0 commit comments

Comments
 (0)