Skip to content

Commit d12f7c0

Browse files
committed
ci: update MCP login to use DNS and key file
1 parent 4d06008 commit d12f7c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-mcp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
chmod +x mcp-publisher
3838
3939
- name: Login to MCP Registry
40-
run: ./mcp-publisher login github-oidc
40+
run: |
41+
echo "${{ secrets.MCP_PRIVATE_KEY }}" > key.pem
42+
mcp-publisher login dns --domain onkernel.com --private-key-file key.pem
4143
4244
- name: Publish to MCP Registry
4345
run: ./mcp-publisher publish

0 commit comments

Comments
 (0)