mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 07:30:52 -07:00
updating app to use cli-robot-pat
This commit is contained in:
@@ -214,7 +214,9 @@ The commit has been created with conflict markers for easier manual resolution.
|
||||
}
|
||||
|
||||
const prCommand = `gh pr create --base ${releaseBranch} --head ${hotfixBranch} --title "${prTitle}" --body "${prBody}"`;
|
||||
run(prCommand, dryRun);
|
||||
run(prCommand, dryRun, {
|
||||
env: { GH_TOKEN: process.env.GEMINI_CLI_ROBOT_GITHUB_PAT },
|
||||
});
|
||||
|
||||
if (hasConflicts) {
|
||||
console.log(
|
||||
|
||||
Reference in New Issue
Block a user