From 4214656a7cea3da207fc321d4565bbd4e1f5ab1d Mon Sep 17 00:00:00 2001 From: katspaugh Date: Fri, 27 Sep 2024 11:35:20 +0200 Subject: [PATCH] Chore: pull-requests: read permisison --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 0eba7e19ce..6258389c4f 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write checks: write - pull-requests: write + pull-requests: read runs-on: ubuntu-latest steps: