Skip to content

Merge pull request #2 from StyraInc/speakeasy-sdk-regen-1709750497 #1

Merge pull request #2 from StyraInc/speakeasy-sdk-regen-1709750497

Merge pull request #2 from StyraInc/speakeasy-sdk-regen-1709750497 #1

Workflow file for this run

name: Publish
"on":
push:
branches:
- main
paths:
- RELEASES.md
- '*/RELEASES.md'
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
with:
create_release: true

Check failure on line 13 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: 13, Col: 23): Invalid input, create_release is not defined in the referenced workflow. .github/workflows/sdk_publish.yaml (Line: 11, Col: 11): Secret speakeasy_api_key is required, but not provided while calling.
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}