fix: add explicit permissions to allow CI on fork PRs

Fixes #278
This commit is contained in:
ygd58
2026-04-01 12:54:26 +02:00
parent 9fa541f3d1
commit 868781f992
+6
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: