Skip to content

Commit 8bdeccf

Browse files
authored
Merge pull request #49 from onkernel/mason/ga-release
ci: update MCP login to use private key file
2 parents 5c6f58a + 6764766 commit 8bdeccf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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