We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c6f58a + 6764766 commit 8bdeccfCopy full SHA for 8bdeccf
.github/workflows/publish-mcp.yml
@@ -38,7 +38,8 @@ jobs:
38
39
- name: Login to MCP Registry
40
run: |
41
- ./mcp-publisher login dns -domain onkernel.com -private-key "${{ secrets.MCP_PRIVATE_KEY }}"
42
-
+ echo "${{ secrets.MCP_PRIVATE_KEY }}" > key.pem
+ mcp-publisher login dns -domain onkernel.com -private-key-file key.pem
43
+
44
- name: Publish to MCP Registry
45
run: ./mcp-publisher publish
0 commit comments