Skip to content

Generate

Generate #442

name: Generate
permissions:
checks: write
contents: write
pull-requests: write
statuses: write
on:
workflow_dispatch:
inputs:
force:
description: "Force the generation of the SDKs"
type: boolean
default: false
schedule:
- cron: 0 0 * * * # Runs every day at midnight
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14 # Import the sdk generation workflow which will handle the generation of the SDKs and publishing to the package managers
with:
force: ${{ github.event.inputs.force }}
speakeasy_version: latest
openapi_docs: |
- https://fabra-io.github.io/docs/openapi.yaml
openapi_doc_auth_header: x-api-key
languages: |-
- go
mode: pr
secrets:
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
github_access_token: ${{ secrets.GITHUB_TOKEN }}
openapi_doc_auth_token: ${{ secrets.SPEAKEASY_API_KEY }}