Skip to content

Commit 946267a

Browse files
try debug again with modification in invoke
1 parent fdb7b68 commit 946267a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gemini-invoke.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: 'Run Gemini CLI'
4444
id: 'run_gemini'
45-
uses: 'google-github-actions/run-gemini-cli@main' # ratchet:exclude
45+
uses: 'google-github-actions/run-gemini-cli@feat/code-review-integration' # ratchet:exclude
4646
env:
4747
TITLE: '${{ github.event.pull_request.title || github.event.issue.title }}'
4848
DESCRIPTION: '${{ github.event.pull_request.body || github.event.issue.body }}'
@@ -84,7 +84,7 @@ jobs:
8484
"-i",
8585
"--rm",
8686
"-e",
87-
"GITHUB_PERSONAL_ACCESS_TOKEN",
87+
"GITHUB_PERSONAL_ACCESS_TOKEN=${GITHUB_TOKEN}",
8888
"ghcr.io/github/github-mcp-server:v0.27.0"
8989
],
9090
"includeTools": [
@@ -101,7 +101,7 @@ jobs:
101101
"search_code"
102102
],
103103
"env": {
104-
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
104+
"GITHUB_TOKEN": "${GITHUB_TOKEN}"
105105
}
106106
}
107107
},

0 commit comments

Comments
 (0)