Skip to content

Commit 8c9f43f

Browse files
authored
Update mark_stale_issue.yml
1 parent d983e55 commit 8c9f43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mark_stale_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/stale@v8
2424
with:
25-
repo-token: ${{ secrets.PAT }}
25+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.'
2727
stale-issue-label: 'stale'
2828
close-issue-reason: 'completed'

0 commit comments

Comments
 (0)