Skip to content

Commit 1a0d020

Browse files
authored
Merge pull request #51 from onkernel/mason/ga-release
ci: Update MCP login to use inline private key
2 parents 75f2975 + 88bdad3 commit 1a0d020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Login to MCP Registry
4040
run: |
4141
echo "${{ secrets.MCP_PRIVATE_KEY }}" > key.pem
42-
./mcp-publisher login dns -domain onkernel.com -private-key-file key.pem
42+
./mcp-publisher login dns -domain onkernel.com --private-key $(openssl pkey -in key.pem -noout -text | grep -A3 "priv:" | tail -n +2 | tr -d ' :\n')
4343
4444
- name: Publish to MCP Registry
4545
run: ./mcp-publisher publish

0 commit comments

Comments
 (0)