Commit 4951d66
ci: point npm publish at AGENT_CHORUS_CI secret
The historical NPM_TOKEN secret returned E404 on v0.12.2's publish
attempt (see run 24665699276 `package-node` job log) because its
npm-side scope did not cover the agent-chorus package. A fresh
"Automation" token with 2FA bypass was provisioned and stored as
AGENT_CHORUS_CI; switching the env binding over so the next release
hits a credential that can actually PUT to registry.npmjs.org for
this package.
No other changes. NPM_TOKEN can be deleted from the repo secrets
page as a follow-up once v0.13.0 verifies publish end-to-end.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 362e79e commit 4951d66
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
0 commit comments