Skip to content

Commit 32f5180

Browse files
committed
fix: correct app-id variable in Gemini review workflow
- Updated the app-id from '${{ vars.AgentStack }}' to '${{ vars.APP_ID }}' for proper token minting.
1 parent 6e67031 commit 32f5180

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
@@ -32,7 +32,7 @@ jobs:
3232
${{ vars.APP_ID }}
3333
uses: 'actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b' # ratchet:actions/create-github-app-token@v2
3434
with:
35-
app-id: '${{ vars.AgentStack }}'
35+
app-id: '${{ vars.APP_ID }}'
3636
private-key: '${{ secrets.GOOGLE_API_KEY }}'
3737
permission-contents: 'read'
3838
permission-issues: 'write'

0 commit comments

Comments
 (0)