We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a2957 commit df9fa4bCopy full SHA for df9fa4b
.github/workflows/publish-oss.yml
@@ -25,5 +25,5 @@ jobs:
25
26
- name: Login and Publish to MCP Registry
27
run: |
28
- ./mcp-publisher login dns --domain webflow.com --private-key ${{ secrets.MCP_PRIVATE_KEY }}
+ ./mcp-publisher login dns --domain webflow.com --private-key ${{ secrets.OSS_PRIVATE_KEY }}
29
./mcp-publisher publish
0 commit comments