ci: use bot token for /gemini review comment (#384)

Gemini Code Assist ignores comments from github-actions[bot].
Using GOOGLEWORKSPACE_BOT_TOKEN posts as googleworkspace-bot instead.

Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>
This commit is contained in:
Justin Poehnelt
2026-03-10 13:23:53 -06:00
committed by GitHub
parent 58c412c768
commit ad99aa9a2a
+1 -1
View File
@@ -93,7 +93,7 @@ jobs:
- name: Trigger Gemini Code Assist review
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GOOGLEWORKSPACE_BOT_TOKEN }}
script: |
await github.rest.issues.createComment({
owner: context.repo.owner,