Use OIDC for Stainless npm publishing#173
Merged
Merged
Conversation
Configure the TypeScript Stainless target to publish to npm via OIDC so releases can use npm's trusted publishing flow instead of a long-lived token. Made-with: Cursor
✱ Stainless preview buildsThis PR will update the ✅ hypeman-go studio · code
✅ hypeman-typescript studio · code
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npm: trueto npm OIDC publishingstainless.yamlto usepublish.npm.auth_method: oidcTest plan
@onkernel/hypemanrelease publishes successfully without an npm tokenMade with Cursor
Note
Medium Risk
Changes the npm publish authentication mechanism for the TypeScript SDK, which could break release/publish automation if OIDC/trusted publishing isn’t correctly configured in npm/GitHub.
Overview
Updates
stainless.yamlto migrate the TypeScript target’s npm publishing config frompublish.npm: trueto an explicitpublish.npm.auth_method: oidc, enabling npm trusted publishing (OIDC) instead of token-based auth for@onkernel/hypeman.Written by Cursor Bugbot for commit a0b881f. This will update automatically on new commits. Configure here.