We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492c8e8 commit 1084159Copy full SHA for 1084159
.github/workflows/speakeasy_sdk_generation.yml
@@ -23,11 +23,11 @@ jobs:
23
mode: direct
24
openapi_doc_auth_header: x-api-key
25
openapi_docs: |
26
- - https://api.unstructured.io/general/openapi.json
+ - https://app.speakeasyapi.dev/v1/apis/Unstructured/version/v0.1/schema/download
27
publish_python: true
28
speakeasy_version: latest
29
secrets:
30
github_access_token: ${{ secrets.GITHUB_TOKEN }}
31
- openapi_doc_auth_token: ${{ secrets.SPEC_TOKEN }}
+ openapi_doc_auth_token: ${{ secrets.SPEAKEASY_API_KEY }}
32
pypi_token: ${{ secrets.PYPI_TOKEN }}
33
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
0 commit comments