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