Skip to content

Commit 6e67031

Browse files
committed
fix: update condition for minting identity token in Gemini review workflow
- Changed the condition for minting the identity token from checking GOOGLE_API_KEY to APP_ID.
1 parent 41fd1c0 commit 6e67031

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: 'Mint identity token'
3030
id: 'mint_identity_token'
3131
if: |-
32-
${{ vars.GOOGLE_API_KEY }}
32+
${{ vars.APP_ID }}
3333
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
3434
with:
3535
app-id: '${{ vars.AgentStack }}'

0 commit comments

Comments
 (0)