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'