Skip to content

Commit fce7a40

Browse files
committed
testing 2
1 parent 5bfdd15 commit fce7a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: 'megha1188/run-gemini-cli@v0' # ratchet:exclude
4646
id: 'gemini_pr_review'
4747
env:
48-
GITHUB_TOKEN: '${{ steps.mint_identity_token.outputs.token || secrets.GITHUB_TOKEN || github.token }}'
48+
GITHUB_TOKEN: '${{ steps.mint_identity_token.outputs.token.q || secrets.GITHUB_TOKEN_1 || github.token.q }}'
4949
ISSUE_TITLE: '${{ github.event.pull_request.title || github.event.issue.title }}'
5050
ISSUE_BODY: '${{ github.event.pull_request.body || github.event.issue.body }}'
5151
PULL_REQUEST_NUMBER: '${{ github.event.pull_request.number || github.event.issue.number }}'

0 commit comments

Comments
 (0)