fix(github): use robot PAT for automated PRs to pass CLA check (#20641)

This commit is contained in:
Gal Zahavi
2026-02-27 17:13:58 -08:00
committed by GitHub
parent 0c6c9c6a62
commit 1ca5c05d0d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ jobs:
branch-name: 'release/${{ steps.nightly_version.outputs.RELEASE_TAG }}'
pr-title: 'chore/release: bump version to ${{ steps.nightly_version.outputs.RELEASE_VERSION }}'
pr-body: 'Automated version bump for nightly release.'
github-token: '${{ secrets.GITHUB_TOKEN }}'
github-token: '${{ secrets.GEMINI_CLI_ROBOT_GITHUB_PAT }}'
dry-run: '${{ steps.vars.outputs.is_dry_run }}'
working-directory: './release'