diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 26f4d867ca..f73389748f 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -72,7 +72,7 @@ jobs: - name: 'Create Pull Request' uses: 'peter-evans/create-pull-request@v6' with: - token: '${{ secrets.GITHUB_TOKEN }}' + github-token: '${{ secrets.GEMINI_CLI_ROBOT_GITHUB_PAT }}' commit-message: 'docs(changelog): update for ${{ steps.release_info.outputs.VERSION }}' title: 'Changelog for ${{ steps.release_info.outputs.VERSION }}' body: |