From 1133421178e2887670b5fcd069d9137c12704668 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:54:39 +0000 Subject: [PATCH 1/2] Initial plan From 05f28948aaa3cab3cbd96e5f23cbeb2cc1aa28cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Jul 2026 06:27:36 +0000 Subject: [PATCH 2/2] fix: add actions: read to smoke-trigger and smoke-multi-caller caller permissions Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/smoke-multi-caller.yml | 3 +++ .github/workflows/smoke-trigger.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/smoke-multi-caller.yml b/.github/workflows/smoke-multi-caller.yml index d5936f8e055..39c51eedf71 100644 --- a/.github/workflows/smoke-multi-caller.yml +++ b/.github/workflows/smoke-multi-caller.yml @@ -21,6 +21,7 @@ jobs: task-description: 'task-a - first invocation' secrets: inherit permissions: + actions: read contents: read issues: write pull-requests: write @@ -36,6 +37,7 @@ jobs: task-description: 'task-b - second invocation' secrets: inherit permissions: + actions: read contents: read issues: write pull-requests: write @@ -48,6 +50,7 @@ jobs: task-description: 'task-c - third invocation (after a and b)' secrets: inherit permissions: + actions: read contents: read issues: write pull-requests: write diff --git a/.github/workflows/smoke-trigger.yml b/.github/workflows/smoke-trigger.yml index 287c0df69ce..efd6d63c9e8 100644 --- a/.github/workflows/smoke-trigger.yml +++ b/.github/workflows/smoke-trigger.yml @@ -11,6 +11,7 @@ jobs: uses: ./.github/workflows/smoke-workflow-call.lock.yml secrets: inherit permissions: + actions: read contents: read discussions: write issues: write