mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
Fixed PR token.
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
|||||||
- name: 'Create Pull Request'
|
- name: 'Create Pull Request'
|
||||||
uses: 'peter-evans/create-pull-request@v6'
|
uses: 'peter-evans/create-pull-request@v6'
|
||||||
with:
|
with:
|
||||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
github-token: '${{ secrets.GEMINI_CLI_ROBOT_GITHUB_PAT }}'
|
||||||
commit-message: 'docs(changelog): update for ${{ steps.release_info.outputs.VERSION }}'
|
commit-message: 'docs(changelog): update for ${{ steps.release_info.outputs.VERSION }}'
|
||||||
title: 'Changelog for ${{ steps.release_info.outputs.VERSION }}'
|
title: 'Changelog for ${{ steps.release_info.outputs.VERSION }}'
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
Reference in New Issue
Block a user