From 7df26cea3482f306f3aefa985a10486ee6218971 Mon Sep 17 00:00:00 2001 From: LimesKey Date: Wed, 31 Jul 2024 23:13:45 -0400 Subject: [PATCH] Update cleanup.yml (#894) --- .github/workflows/cleanup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 50ce38cdbb..aa52692cff 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -10,6 +10,7 @@ jobs: permissions: pull-requests: write issues: write + actions: write steps: - name: Close Stale Issues uses: actions/stale@v9.0.0