Skip to content

Commit 8c2aa5d

Browse files
committed
ci(publish-mcp): simplify login command usage
1 parent 8ae8804 commit 8c2aa5d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-mcp.yml

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

0 commit comments

Comments
 (0)