Skip to content

Commit 5018755

Browse files
temporary modify invoke workflow for better debug
1 parent 57bc64c commit 5018755

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gemini-invoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)