From af5b5d5ccc00465f5d8e81c1d4ef48661172107e Mon Sep 17 00:00:00 2001 From: mkorwel Date: Tue, 21 Oct 2025 20:18:51 -0700 Subject: [PATCH] fix(ci): add actions:read permission to orchestrator --- .github/workflows/orchestrator.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/orchestrator.yml b/.github/workflows/orchestrator.yml index 5a2c888088..9317eaf0da 100644 --- a/.github/workflows/orchestrator.yml +++ b/.github/workflows/orchestrator.yml @@ -15,6 +15,7 @@ permissions: security-events: 'write' checks: 'write' statuses: 'write' + actions: 'read' concurrency: group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'