Skip to content

Try adding dev tools #520

Try adding dev tools

Try adding dev tools #520

name: Generate
permissions:
checks: write
contents: write
pull-requests: write
statuses: write
"on":
workflow_dispatch:
inputs:
force:
description: Force generation of SDKs
type: boolean
default: false
schedule:
- cron: 0 0 * * *
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Install build dependencies
run: sudo apt-get install python3-dev gcc
- name: Generate SDK
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15

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

View workflow run for this annotation

GitHub Actions / .github/workflows/speakeasy_sdk_generation.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
with:
force: ${{ github.event.inputs.force }}
mode: pr
speakeasy_version: latest
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}