From 868781f992ea0286247ff7f41fe4954ba1a2d761 Mon Sep 17 00:00:00 2001 From: ygd58 Date: Sat, 28 Mar 2026 08:34:44 +0100 Subject: [PATCH] fix: add explicit permissions to allow CI on fork PRs Fixes #278 --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 858a43c9..3a65ac08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,12 @@ on: - "**.md" - "!.github/workflows/*.yml" +# Explicit permissions to allow CI to run on fork PRs +# See: https://github.com/logos-blockchain/logos-execution-zone/issues/278 +permissions: + contents: read + pull-requests: read + name: General jobs: