We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf71c99 commit c06a45aCopy full SHA for c06a45a
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Login to MCP Registry
38
run: |
39
echo "${{ secrets.MCP_PRIVATE_KEY }}" > key.pem
40
- ./mcp-publisher login dns --domain postman.com --private-key key.pem
+ ./mcp-publisher login dns --domain postman.com --private-key $(openssl pkey -in key.pem -noout -text | grep -A3 "priv:" | tail -n +2 | tr -d ' :\n')
41
42
- name: Publish to MCP Registry
43
run: ./mcp-publisher publish
0 commit comments