fix: add explicit permissions to allow CI on fork PRs

Fixes #278
This commit is contained in:
ygd58 2026-03-28 08:34:44 +01:00
parent 9fa541f3d1
commit 868781f992

View File

@ -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: