From a85c246efe771b6192a92c0d3ccf43e93c03f417 Mon Sep 17 00:00:00 2001 From: Gustavo Miranda Date: Fri, 19 Jun 2026 13:25:56 +0100 Subject: [PATCH] fix: fixing reusable_ci permissions issue that broke the CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6065a59..d3a3d49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: permissions: contents: read issues: read + pull-requests: read call_reusable_security: name: Security Scan