We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bebab commit 7bdb5c5Copy full SHA for 7bdb5c5
.github/workflows/conformance.yml
@@ -20,10 +20,9 @@ jobs:
20
uses: SamMorrowDrums/mcp-conformance-action@v1
21
with:
22
setup_go: "true"
23
- go_version_file: go.mod
24
install_command: go mod download
25
- server_command: go run ./cmd/github-mcp-server stdio
26
- server_env: |
+ start_command: go run ./cmd/github-mcp-server stdio
+ env_vars: |
27
GITHUB_PERSONAL_ACCESS_TOKEN=test-token
28
configurations: |
29
[
0 commit comments