From cccef2c355050d8dc07f318c2326f360d86e31a4 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Thu, 26 Sep 2024 19:51:52 +0800 Subject: [PATCH] actions: add "actions: write" for actions/stale temporarily Fix the cache issue. See actions/stale#1133 for details. --- .github/workflows/stale-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale-bot.yml b/.github/workflows/stale-bot.yml index 8a67f37de..762a5b316 100644 --- a/.github/workflows/stale-bot.yml +++ b/.github/workflows/stale-bot.yml @@ -8,6 +8,7 @@ jobs: stale-issues: runs-on: ubuntu-latest permissions: + actions: write issues: write pull-requests: write steps: