Skip to content

Comments

chore: disable release workflow until NPM_TOKEN is configured#134

Open
AgentWrapper wants to merge 1 commit intomainfrom
chore/disable-release-workflow
Open

chore: disable release workflow until NPM_TOKEN is configured#134
AgentWrapper wants to merge 1 commit intomainfrom
chore/disable-release-workflow

Conversation

@AgentWrapper
Copy link
Collaborator

Summary

  • Switch release workflow from automatic (on push to main) to manual trigger (workflow_dispatch)
  • The workflow fails on every push because NPM_TOKEN secret is not configured, causing a red X on main

To re-enable

  1. Add NPM_TOKEN secret in repo Settings → Secrets → Actions (generate from npmjs.com under @composio org)
  2. Uncomment the push trigger in .github/workflows/release.yml

Test plan

  • Verify no release job runs on next push to main
  • Verify workflow can still be triggered manually from Actions tab

🤖 Generated with Claude Code

The release workflow fails on every push to main because there's no
NPM_TOKEN secret configured. Switch to manual trigger (workflow_dispatch)
until npm publishing credentials are set up.

Re-enable by uncommenting the push trigger and adding NPM_TOKEN secret.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant