From 099b31dd950b4064ef5806ae50ff4ebffc75b8d4 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Mon, 12 Sep 2022 11:31:29 +0200 Subject: ci: Try to fix permissions issue in PR comments --- .github/workflows/pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4ea7d10a..a84449a3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,6 +7,9 @@ jobs: name: Check for dangling symlinks runs-on: ubuntu-latest + permissions: + pull-requests: write + steps: - name: Check out the repo uses: actions/checkout@v2 -- cgit v1.2.1