Skip to content

Add Speakeasy-generated TwexAPI Python SDK. #1

Add Speakeasy-generated TwexAPI Python SDK.

Add Speakeasy-generated TwexAPI Python SDK. #1

Workflow file for this run

name: Publish
permissions:
checks: write
contents: write
pull-requests: write
statuses: write
on:
push:
branches:
- main
paths:
- .speakeasy/gen.lock
workflow_dispatch:
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
with:
create_release: true

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

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/sdk_publish.yaml (Line: 18, Col: 23): Invalid input, create_release is not defined in the referenced workflow.
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
pypi_token: ${{ secrets.PYPI_TOKEN }}