Skip to content

Commit 48eba08

Browse files
Nima21claude
andcommitted
fix: resolve GitHub Actions workflow failures
- Add id-token permission to MCP registry publish job (fixes OIDC auth) - Disable release-please workflow (requires BROWSER_AUTOMATION_BOT_TOKEN) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8162a21 commit 48eba08

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-to-npm-on-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
publish-to-mcp-registry:
4343
runs-on: ubuntu-latest
4444
needs: publish-to-npm
45+
permissions:
46+
id-token: write # Required for OIDC authentication with MCP registry
47+
contents: read
4548
steps:
4649
- name: Check out repository
4750
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
File renamed without changes.

0 commit comments

Comments
 (0)