Skip to content

Commit 5c6f58a

Browse files
authored
Merge pull request #48 from onkernel/mason/ga-release
ci(publish-mcp): simplify login command usage
2 parents 2823daa + 984bd51 commit 5c6f58a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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)