From 460ec6021242518ed0ba7ee9d3a11e34cb6204b7 Mon Sep 17 00:00:00 2001 From: shishu314 Date: Thu, 2 Oct 2025 13:15:25 -0400 Subject: [PATCH] Fix(infra) - Give merge queue skipper read-all access (#10368) Co-authored-by: Shi Shu --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24cf93fcc4..1ffc29eef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ defaults: jobs: merge_queue_skipper: + permissions: 'read-all' name: 'Merge Queue Skipper' runs-on: 'gemini-cli-ubuntu-16-core' outputs: