Skip to content

Generate

Generate #644

Workflow file for this run

name: Generate
"on":
workflow_dispatch:
inputs:
force:
description: Force the generation of the SDKs
type: boolean
default: false
schedule:
- cron: 0 0 * * *
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/[email protected]

Check failure on line 13 in .github/workflows/generation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/generation.yml

Invalid workflow file

error parsing called workflow ".github/workflows/generation.yml" -> "speakeasy-api/sdk-generation-action/.github/workflows/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
force: ${{ github.event.inputs.force }}
mode: direct
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
packagist_token: ${{ secrets.PACKAGIST_TOKEN }}
packagist_username: ${{ secrets.PACKAGIST_USERNAME }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}