Skip to content

Merge pull request #3 from hathora/speakeasy-sdk-regen-1694627250 #2

Merge pull request #3 from hathora/speakeasy-sdk-regen-1694627250

Merge pull request #3 from hathora/speakeasy-sdk-regen-1694627250 #2

name: Publish
"on":
push:
branches:
- main
paths:
- RELEASES.md
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
openapi_doc_auth_token: ${{ secrets.SPEAKEASY_PROD_API_KEY }}

Check failure on line 15 in .github/workflows/speakeasy_sdk_publish.yml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/speakeasy_sdk_publish.yml (Line: 15, Col: 31): Invalid secret, openapi_doc_auth_token is not defined in the referenced workflow.
speakeasy_api_key: ${{ secrets.SPEAKEASY_PROD_API_KEY }}