From c3aa6343ef27dff859066b5f41fb0cdb6c9925de Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 2 Jul 2024 13:37:26 +0200 Subject: [PATCH] Additional permission tuning for preview.yml --- .github/workflows/preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 45a2b5f813060..4c01c17c05bed 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -17,6 +17,7 @@ jobs: actions: read # this should be enough to maintain comments as commenting on pull requests is done through an issues API issues: write + pull-requests: read if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' steps: - uses: actions/checkout@v4