File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}'
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 },
You can’t perform that action at this time.
0 commit comments