From abc169c9a1383bf605f2a157114954799c9c00ba Mon Sep 17 00:00:00 2001 From: Chris Burkert Date: Wed, 11 Mar 2026 13:35:04 +0100 Subject: [PATCH] chore: add missing permissions to CI workflow --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e6fec98..8e1be9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ on: permissions: contents: read - + pull-requests: read jobs: check: