We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7d9632 + 32f5180 commit cf43c89Copy full SHA for cf43c89
1 file changed
.github/workflows/gemini-review.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
34
with:
35
app-id: '${{ vars.APP_ID }}'
36
- private-key: '${{ secrets.APP_PRIVATE_KEY }}'
+ private-key: '${{ secrets.GOOGLE_API_KEY }}'
37
permission-contents: 'read'
38
permission-issues: 'write'
39
permission-pull-requests: 'write'
0 commit comments