Skip to content

Commit 3eacedb

Browse files
authored
Update github-mcp-server to v0.17.1 (#613)
1 parent f52f12e commit 3eacedb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base-action/examples/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
"--rm",
3333
"-e",
3434
"GITHUB_PERSONAL_ACCESS_TOKEN",
35-
"ghcr.io/github/github-mcp-server:sha-7aced2b"
35+
"ghcr.io/github/github-mcp-server:sha-23fa0dd"
3636
],
3737
"env": {
3838
"GITHUB_PERSONAL_ACCESS_TOKEN": "${{ secrets.GITHUB_TOKEN }}"

src/mcp/install-mcp-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export async function prepareMcpConfig(
209209
"GITHUB_PERSONAL_ACCESS_TOKEN",
210210
"-e",
211211
"GITHUB_HOST",
212-
"ghcr.io/github/github-mcp-server:sha-efef8ae", // https://github.com/github/github-mcp-server/releases/tag/v0.9.0
212+
"ghcr.io/github/github-mcp-server:sha-23fa0dd", // https://github.com/github/github-mcp-server/releases/tag/v0.17.1
213213
],
214214
env: {
215215
GITHUB_PERSONAL_ACCESS_TOKEN: githubToken,

0 commit comments

Comments
 (0)