Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 651 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 651 Bytes

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 }}