Skip to content

Generate Clients

Generate Clients #152

Workflow file for this run

name: Generate Clients
permissions:
checks: write
contents: write
pull-requests: write
statuses: write
id-token: write
"on":
workflow_dispatch:
inputs:
force:
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: optionally set a specific SDK version
type: string
schedule:
- cron: 0 0 * * *
jobs:
Generate-client-with-speakeasy:
runs-on:
group: gusto-ubuntu-default
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/speakeasy-workflow
with:
force: ${{ github.event.inputs.force }}
mode: pr
set_version: ${{ github.event.inputs.set_version }}
target: gusto-embedded
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}