From ad99aa9a2a12286d2edba858ba382c27e1c8b996 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 10 Mar 2026 13:23:53 -0600 Subject: [PATCH] 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 --- .github/workflows/automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 1a49edc..ca199f4 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -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,