mirror of
https://github.com/googleworkspace/cli.git
synced 2026-09-14 16:47:13 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user