From 290ede93e2b1778ea53495d2f34b8f673c9c47b7 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Thu, 4 Dec 2025 16:35:08 -0800 Subject: [PATCH] Write e2e status to local repo not forked repo (#14549) --- .github/workflows/test_chained_e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_chained_e2e.yml b/.github/workflows/test_chained_e2e.yml index 5995a6fe19..fedc4c0b8c 100644 --- a/.github/workflows/test_chained_e2e.yml +++ b/.github/workflows/test_chained_e2e.yml @@ -118,7 +118,7 @@ jobs: if: 'always()' with: allowForks: 'true' - repo: '${{ needs.parse_run_context.outputs.repository }}' + repo: '${{ github.repository }}' sha: '${{ needs.parse_run_context.outputs.sha }}' token: '${{ secrets.GEMINI_CLI_ROBOT_GITHUB_PAT }}' status: 'pending' @@ -308,7 +308,7 @@ jobs: if: 'always()' with: allowForks: 'true' - repo: '${{ needs.parse_run_context.outputs.repository }}' + repo: '${{ github.repository }}' sha: '${{ needs.parse_run_context.outputs.sha }}' token: '${{ secrets.GITHUB_TOKEN }}' status: '${{ job.status }}'