From 6aca1c367109dee26f3014808c3ac035fd36f6ad Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 21 Jan 2024 23:28:16 +0100 Subject: [PATCH] CI: write_failure_comment.yml: set appropriate permissions --- .github/workflows/write_failure_comment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/write_failure_comment.yml b/.github/workflows/write_failure_comment.yml index 0364da1dfd9..9e85208e640 100644 --- a/.github/workflows/write_failure_comment.yml +++ b/.github/workflows/write_failure_comment.yml @@ -22,6 +22,9 @@ jobs: matrix: qt-version: [ 5, 6 ] + permissions: + pull-requests: write + runs-on: ubuntu-latest steps: - name: 'Download artifact'