Add CLI npm token rotation guard #344
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/cli-npm-token-rotation-279"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The CLI release workflow publishes @barrettruth/delta with Forgejo Actions secret NPM_TOKEN. That npm token expires on 2026-06-09, and npm does not support renewing the existing token in place.
Solution
Verification
Refs #279