We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2823daa + 984bd51 commit 5c6f58aCopy full SHA for 5c6f58a
.github/workflows/publish-mcp.yml
@@ -38,8 +38,7 @@ jobs:
38
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 "${{ secrets.MCP_PRIVATE_KEY }}"
43
44
- name: Publish to MCP Registry
45
run: ./mcp-publisher publish
0 commit comments