Skip to content

Commit 16bbc63

Browse files
Update stale.yml
1 parent 0102d94 commit 16bbc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/stale@v8
2121
with:
22-
repo-token: ${{ secrets.STALE_PERSONAL_ACCESS_TOKEN }}
22+
repo-token: ${{ github.token }}
2323
days-before-issue-stale: 60
2424
days-before-close: 7
2525
stale-issue-message: 'This issue has been automatically marked as stale due to inactivity for 60 days. If this issue is still relevant, please respond with any updates or this issue will be closed in 7 days. If you believe this is a mistake, please comment to let us know. Thank you for your contributions.'

0 commit comments

Comments
 (0)