updating app to use cli-robot-pat

This commit is contained in:
mkorwel
2025-09-25 20:37:06 -07:00
parent 2e4e53c3ee
commit 36cf4e97da
5 changed files with 9 additions and 30 deletions

View File

@@ -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(