-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
As a DevOps engineer
I want to migrate our npm package publishing process to use npm Trusted Publisher authentication
So that we eliminate long‑lived tokens and improve the overall security of our CI/CD pipeline.
Acceptance Criteria
- Configure npm Trusted Publisher for the npm packages.
- Update GitHub Actions workflows to include
id-token: writepermissions. - Ensure the CI environment uses
npm >= 11.5.1to support OIDC authentication. - Validate that
pnpm publishworks seamlessly via the underlyingnpm publishcommand. - Remove legacy npm auth tokens and secrets from repository settings.
- Document the new publishing flow in the project’s README or CONTRIBUTING guide.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request