From 80a2dbafd9dbf956eba2a5d9729f3c4c0c39a209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Sp=C3=B6nemann?= Date: Thu, 21 Dec 2023 13:35:46 +0000 Subject: [PATCH] Added pull-request: write permission to remove-preview job --- .github/workflows/preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 24a6a9f5..e946636d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -69,6 +69,8 @@ jobs: remove-preview: if: github.event_name == 'pull_request_target' && github.event.action == 'closed' runs-on: ubuntu-latest + permissions: + pull-requests: write steps: # checkout required for pr-preview-action to succeed, # while the content will not be used