Skip to content

Conversation

@Scra3
Copy link
Member

@Scra3 Scra3 commented Jan 20, 2026

Summary

  • Add NPM_TOKEN environment variable to the semantic-release step
  • Required for publishing new packages (like agent-testing) when trusted publishing is not configured

Context

The release of @forestadmin/agent-testing failed because NPM_TOKEN was missing. Other packages may have trusted publishing configured on npm, but new packages need the token.

Test plan

  • CI passes
  • agent-testing publishes successfully after merge

🤖 Generated with Claude Code

The NPM_TOKEN is required for semantic-release to publish packages
when trusted publishing is not configured on npm.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@qltysh
Copy link

qltysh bot commented Jan 20, 2026

Qlty

Coverage Impact

This PR will not change total coverage.

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

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.

2 participants