Skip to content

Commit e42a448

Browse files
committed
chore: use token publishing
1 parent ce2d6cf commit e42a448

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ jobs:
113113
curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
114114
115115
- name: Login to MCP Registry
116-
run: ./mcp-publisher login github --token $GITHUB_TOKEN
117-
env:
118-
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
116+
run: ./mcp-publisher login github --token ${{ steps.app-token.outputs.token }}
119117

120118
- name: Publish to MCP Registry
121119
run: ./mcp-publisher publish

0 commit comments

Comments
 (0)