Write e2e status to local repo not forked repo (#14549)

This commit is contained in:
Tommaso Sciortino
2025-12-04 16:35:08 -08:00
committed by GitHub
parent f4f2bcbd98
commit 290ede93e2

View File

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