Skip to content

Commit 2ec133a

Browse files
committed
fix: try chmod
1 parent ff409dd commit 2ec133a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-github-mcp-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
"servers": {
5959
"github": {
6060
"command": "/bin/sh",
61-
"args": ["-c", "./github-mcp-server stdio"],
61+
"args": ["-c", "chmod +x github-mcp-server && ./github-mcp-server stdio"],
6262
"env": {
6363
"GITHUB_PERSONAL_ACCESS_TOKEN": "x"
6464
}

0 commit comments

Comments
 (0)