Skip to content

Commit 12627d0

Browse files
authored
Update stale_issues.yml
1 parent 786f920 commit 12627d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/stale@v9
1212
with:
13-
repo-token: ${{ secrets.GITHUB_TOKEN }}
13+
repo-token: ${{ secrets.GH_TOKEN }}
1414
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
1515
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
1616
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'

0 commit comments

Comments
 (0)