Skip to content

Commit cf43c89

Browse files
authored
Merge pull request #54 from ssdeanx/develop
Develop
2 parents d7d9632 + 32f5180 commit cf43c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
3434
with:
3535
app-id: '${{ vars.APP_ID }}'
36-
private-key: '${{ secrets.APP_PRIVATE_KEY }}'
36+
private-key: '${{ secrets.GOOGLE_API_KEY }}'
3737
permission-contents: 'read'
3838
permission-issues: 'write'
3939
permission-pull-requests: 'write'

0 commit comments

Comments
 (0)