From 58c15c262d7037521469c503684be7af41062a81 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Thu, 30 Nov 2023 14:34:58 +0100 Subject: [PATCH] fix permission issue with fix:refcache PR action (#3622) --- .github/workflows/pr-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index 1d70daba921f..9e661cb55608 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -94,6 +94,7 @@ jobs: contains(github.event.comment.body, '/fix:refcache') permissions: contents: write + pull-requests: write env: DEPTH: --depth 100 # submodule clone depth