Stainless — Build SDK
Version updated for https://github.com/stainless-api/upload-openapi-spec-action to version v1.13.0.
- This action is used across all versions by 72 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of building and previewing updates to Stainless SDKs directly from a repository’s pull requests, streamlining SDK development and integration workflows. It supports authentication via GitHub OIDC or API keys, with OIDC being the preferred method for secure and automated token handling. This action simplifies the management of SDK updates by generating previews for changes and ensuring builds are triggered and validated during pull request events.
Release notes
1.13.0 (2026-03-05)
Features
- a couple small tweaks (#202) (0e2a297)
- assume checks are skipped if they do not start for a while (#194) (aa5abca)
- build: combine build, preview, and merge (efa0f49)
- compat: add more details to ctx (9d434fc)
- handle case where there is a fatal error in the base build but not the head (#205) (68b8589)
- show url for in progress ci steps (#200) (e20dd9c)
- use severity as conclusion for diagnostic/check step cases (#198) (224c0e1)