-
Notifications
You must be signed in to change notification settings - Fork 29
feat(TU-33147): Migrate to OIDC Authentication #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -7,6 +7,34 @@ | |||
| resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are lots of changes here 🫠
168900d to
07f742d
Compare
|
Built and tests ran successfully locally. |
|
|
🥷 Code experts: robespmun robespmun has most 👩💻 activity in the files. See details
Activity based on git-commit:
Knowledge based on git-blame:
Activity based on git-commit:
Knowledge based on git-blame:
Activity based on git-commit:
Knowledge based on git-blame:
Activity based on git-commit:
Knowledge based on git-blame:
Activity based on git-commit:
Knowledge based on git-blame: ✨ Comment |
|
🎉 This PR is included in version 2.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |



Migrated the
@typeform/api-clientrepository from classic NPM_TOKEN authentication to npm's Trusted Publishers (OIDC) authentication.Updated branch protection rules
Node Version Strategy
Build/CI (Node 22):
@semantic-release/npm ^13.1.1for OIDC supportRuntime (Node >=12):
engines.noderemains at >=12 for user compatibilityChanges made:
@semantic-release/npm: ^11.0.1→^13.1.1Node.js: 20 → 22(required for@semantic-release/npm ^13.1.1)id-token: writeandcontents: writeNPM_TOKENauthentication.releaserc).github/workflows/pr.yml)