Skip to content
git-merge

GitHub Action

Sideko SDK Update

v1.0-rc.1 Latest version

Sideko SDK Update

git-merge

Sideko SDK Update

Automatically updates SDKs as APIs evolve

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Sideko SDK Update

uses: Sideko-Inc/sdk-release@v1.0-rc.1

Learn more about this action in Sideko-Inc/sdk-release

Choose a version

Sideko SDK Updates Github Action

Use this github action to update Sideko generated SDKs

Getting Started Example

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: sideko-inc/sdk-release
        with:
          release-type: ${{ inputs.release-type }}
          sdk-repos: |-
            your-org/cli
            your-org/client-ts
            your-org/client-py
            your-org/client-rb
            your-org/client-go
            your-org/client-java
            your-org/client-rs
          github-token: ${{ secrets.SDK_GITHUB_TOKEN }}
          sideko-api-key: ${{ secrets.SIDEKO_SERVICE_ACCOUNT_KEY }}