You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: migrate npm publishing to OIDC trusted publishers (#705)
## Problem
npm has changed granular token from unlimited expiration to 90 day max
limit:
https://github.blog/changelog/2025-09-29-strengthening-npm-security-important-changes-to-authentication-and-token-management/#granular-npm-access-token-lifetime-limits
## Solution
To allow us to not have to rotate token every 90 days, this pr migrates
from a granular token stored in aws secrets manager to oidc
authentication
## Testing
Including a temp comment in this PR so that I can merge in the
release-please PR. Then I can see if the packages get published to npm
<!---
REMINDER:
- Read CONTRIBUTING.md first.
- Add test coverage for your changes.
- Link to related issues/commits.
- Testing: how did you test your changes?
- Screenshots if applicable
-->
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
0 commit comments