sideko-inc/Sideko SDK Update
Automatically updates SDKs as APIs evolve
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | SDK repository to update (e.g. your-org/client-py) | yes | — |
| language | Programming language of the SDK repository (permitted values: https://docs.sideko.dev/references/sideko/generate-sdk) | yes | — |
| sdk-version | Exact version to set the SDK (e.g. 1.4.2) or a version bump for automatic version incrementing (permitted values: https://docs.sideko.dev/references/sideko/update-sdk) | no | auto |
| github-token | GitHub token with appropriate access to the SDK repository | yes | — |
| sideko-api-key | Sideko API key with appropriate access to the API project | yes | — |
| sideko-config-path | Path to your SDK config file in the current repository | no | sdk-config.yaml |
| api-version | Version of the API in the Sideko project to generate from | no | latest |
| pr-title-template | Template for PR title. Use {type} for release type | no | SDK release ({type}) |
| pr-auto-merge | Automatically merge the created PR into the SDK repository | no | false |
| pr-base-branch | Base branch to create the SDK update PR against | no | main |
| pr-description | Description content (markdown) to include in SDK PR | no | — |
| branch-prefix | Prefix for the created branch names | no | sdk-release |
Outputs
no outputs