We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75f2975 + 88bdad3 commit 1a0d020Copy full SHA for 1a0d020
.github/workflows/publish-mcp.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Login to MCP Registry
40
run: |
41
echo "${{ secrets.MCP_PRIVATE_KEY }}" > key.pem
42
- ./mcp-publisher login dns -domain onkernel.com -private-key-file key.pem
+ ./mcp-publisher login dns -domain onkernel.com --private-key $(openssl pkey -in key.pem -noout -text | grep -A3 "priv:" | tail -n +2 | tr -d ' :\n')
43
44
- name: Publish to MCP Registry
45
run: ./mcp-publisher publish
0 commit comments