Skip to content

Generate

Generate #619

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]
with:
force: ${{ github.event.inputs.force }}
mode: direct
speakeasy_version: latest
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
packagist_token: ${{ secrets.PACKAGIST_TOKEN }}
packagist_username: ${{ secrets.PACKAGIST_USERNAME }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
actions_step_debug: true

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

View workflow run for this annotation

GitHub Actions / Generate

Invalid workflow file

The workflow is not valid. .github/workflows/generation.yml (Line: 23, Col: 33): Invalid secret, actions_step_debug is not defined in the referenced workflow.

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

View workflow run for this annotation

GitHub Actions / Generate

Invalid workflow file

The workflow is not valid. .github/workflows/generation.yml (Line: 23, Col: 33): Invalid secret, actions_step_debug is not defined in the referenced workflow.