We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfdd15 commit fce7a40Copy full SHA for fce7a40
.github/workflows/gemini-review.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: 'megha1188/run-gemini-cli@v0' # ratchet:exclude
46
id: 'gemini_pr_review'
47
env:
48
- GITHUB_TOKEN: '${{ steps.mint_identity_token.outputs.token || secrets.GITHUB_TOKEN || github.token }}'
+ GITHUB_TOKEN: '${{ steps.mint_identity_token.outputs.token.q || secrets.GITHUB_TOKEN_1 || github.token.q }}'
49
ISSUE_TITLE: '${{ github.event.pull_request.title || github.event.issue.title }}'
50
ISSUE_BODY: '${{ github.event.pull_request.body || github.event.issue.body }}'
51
PULL_REQUEST_NUMBER: '${{ github.event.pull_request.number || github.event.issue.number }}'
0 commit comments