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 }}'