From b92fe44740eaf2fb5b3c08c98e3392a07c2c4abe Mon Sep 17 00:00:00 2001 From: g-samroberts Date: Fri, 6 Feb 2026 16:13:47 -0800 Subject: [PATCH] Fixed PR token. --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |