Skip to content

Github Action for Sideko SDK Maintenance and Customizations

Notifications You must be signed in to change notification settings

Sideko-Inc/sdk-release

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Github Action for Sideko SDK Maintenance and Customizations

Resources

Stars

Watchers

Forks

Packages

No packages published