From 7b7d5eb6804bafffde01d35bd1b64897e9fd0a98 Mon Sep 17 00:00:00 2001 From: Jordan Hollinger Date: Thu, 7 Mar 2024 10:50:45 -0500 Subject: [PATCH] Try to fix the stale issues job Signed-off-by: Jordan Hollinger --- .github/workflows/stale.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a34e30b..3d55c56 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,6 +8,9 @@ on: schedule: - cron: '30 1 * * *' # https://crontab.guru/#30_1_*_*_* (everyday at 0130) +permissions: + contents: read + jobs: stale: runs-on: ubuntu-latest @@ -17,7 +20,7 @@ jobs: steps: - uses: actions/stale@v9 with: - repo-token: + repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: > This issue is stale because it has been open for 30 days with no activity and will be closed in 14 days unless you add a comment.