Compare commits

...

1 Commits

Author SHA1 Message Date
Volodymyr Stoiko
8647eb9663 Use proper auth mechanism for mcp publish 2026-03-05 21:11:34 +00:00

View File

@@ -168,9 +168,7 @@ jobs:
- name: Login to MCP Registry
if: github.event_name != 'workflow_dispatch' || github.event.inputs.dry_run != 'true'
shell: bash
run: mcp-publisher login github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mcp-publisher login github-oidc
- name: Publish to MCP Registry
if: github.event_name != 'workflow_dispatch' || github.event.inputs.dry_run != 'true'