From 172aeb6083c0522a90ff038058325b44cb640945 Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Mon, 11 Nov 2024 12:54:46 +0000 Subject: [PATCH] chore: Set permissions for clear-pr-caches workflow --- .github/workflows/clear-pr-caches.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clear-pr-caches.yml b/.github/workflows/clear-pr-caches.yml index 876411aa866..049af6226ba 100644 --- a/.github/workflows/clear-pr-caches.yml +++ b/.github/workflows/clear-pr-caches.yml @@ -4,11 +4,12 @@ on: pull_request: types: [ closed ] +permissions: + actions: write + jobs: clear-caches: runs-on: ubuntu-22.04 - permissions: - actions: write steps: - name: clear-caches uses: theAngularGuy/clear-cache-of-pull-request@60c83956d63c7b3745d6cde10d711aa0e50c2501