Skip to content

Generate

Generate #4

name: Generate
on:
workflow_dispatch:
inputs:
force:
description: Force generation of SDKs
type: boolean
default: false
schedule:
- cron: 0 0 * * *
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
force: ${{ github.event.inputs.force }}
mode: pr
speakeasy_version: latest
publish_nuget: true

Check failure on line 18 in .github/workflows/sdk_generation.yaml

View workflow run for this annotation

GitHub Actions / Generate

Invalid workflow file

The workflow is not valid. .github/workflows/sdk_generation.yaml (Line: 18, Col: 22): Invalid input, publish_nuget is not defined in the referenced workflow.
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}