From 16bbc639149d45e0ec2ccb53e6d3f31c728a7747 Mon Sep 17 00:00:00 2001 From: Nipun Singh <88689850+nsingh-branch@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:08:02 -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 3adc37e2c..305206370 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/stale@v8 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.'