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 fd2994d commit 1f7fbd9Copy full SHA for 1f7fbd9
.github/workflows/release-docker.yml
@@ -13,6 +13,9 @@ permissions:
13
jobs:
14
docker:
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ id-token: write
18
+ contents: write
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v4
@@ -66,8 +69,8 @@ jobs:
66
69
cd ..
67
70
chmod +x mcp-publisher
68
71
- - name: Login to MCP Registry
- run: ./mcp-publisher login github --token ${{ secrets.MCP_GITHUB_TOKEN }}
72
+ - name: Login to MCP Registry (OIDC)
73
+ run: ./mcp-publisher login github-oidc
74
75
- name: Publish to MCP Registry
76
run: ./mcp-publisher publish
0 commit comments