Skip to content

Commit e175360

Browse files
authored
Changed secret to use the PAT of the bot (google-gemini#359)
1 parent d35c724 commit e175360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
setupGitUser: false
4949
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
GITHUB_TOKEN: ${{ secrets.GENAI_SDK_BOT_PAT }}

0 commit comments

Comments
 (0)