From 5ae857238e3ae566264088110534f3c35e32a69b Mon Sep 17 00:00:00 2001 From: Nipun Singh <88689850+nsingh-branch@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:11:57 -0800 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4ae1061a..bbd4d78c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/stale@v5 with: - repo-token: ${{ secrets.STALE_PERSONAL_ACCESS_TOKEN }} + repo-token: ${{ github.token }} days-before-issue-stale: 60 days-before-close: 7 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.'