mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Use Robot PAT for chained e2e merge queue skipper (#14585)
This commit is contained in:
committed by
GitHub
parent
616d6f6667
commit
738354ff65
2
.github/workflows/test_chained_e2e.yml
vendored
2
.github/workflows/test_chained_e2e.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
- id: 'merge-queue-e2e-skipper'
|
||||
uses: 'cariad-tech/merge-queue-ci-skipper@1032489e59437862c90a08a2c92809c903883772' # ratchet:cariad-tech/merge-queue-ci-skipper@main
|
||||
with:
|
||||
secret: '${{ secrets.GITHUB_TOKEN }}'
|
||||
secret: '${{ secrets.GEMINI_CLI_ROBOT_GITHUB_PAT }}'
|
||||
continue-on-error: true
|
||||
|
||||
download_repo_name:
|
||||
|
||||
Reference in New Issue
Block a user