mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Grant chained workflows proper permission. (#14534)
This commit is contained in:
committed by
GitHub
parent
0d5424fb79
commit
1c5213788c
2
.github/workflows/test_chained_e2e.yml
vendored
2
.github/workflows/test_chained_e2e.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
||||
allowForks: 'true'
|
||||
repo: '${{ needs.parse_run_context.outputs.repository }}'
|
||||
sha: '${{ needs.parse_run_context.outputs.sha }}'
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
token: '${{ secrets.GEMINI_CLI_ROBOT_GITHUB_PAT }}'
|
||||
status: 'pending'
|
||||
|
||||
e2e_linux:
|
||||
|
||||
Reference in New Issue
Block a user