Skip to content

Commit 9369229

Browse files
committed
ci: update MCP login to use private key file
1 parent 8c2aa5d commit 9369229

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish-mcp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
3939
- name: Login to MCP Registry
4040
run: |
41-
./mcp-publisher login dns -domain onkernel.com -private-key "${{ secrets.MCP_PRIVATE_KEY }}"
42-
41+
echo "${{ secrets.MCP_PRIVATE_KEY }}" > key.pem
42+
mcp-publisher login dns -domain onkernel.com -private-key-file key.pem
43+
4344
- name: Publish to MCP Registry
4445
run: ./mcp-publisher publish

0 commit comments

Comments
 (0)