Skip to content

init

init #20

Workflow file for this run

name: Publish
permissions:
checks: write
contents: write
pull-requests: write
statuses: write
id-token: write
on:
push:
branches: [main]
workflow_dispatch:
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
with:
target: friendli
publish_python: true

Check failure on line 17 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: 17, Col: 23): Invalid input, publish_python is not defined in the referenced workflow. .github/workflows/sdk_publish.yaml (Line: 18, Col: 23): Invalid input, create_release is not defined in the referenced workflow.
create_release: true
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}