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 9b74cc1 commit 89adbecCopy full SHA for 89adbec
.github/workflows/speakeasy_sdk_generation.yml
@@ -21,11 +21,13 @@ jobs:
21
languages: |
22
- python
23
mode: direct
24
+ openapi_doc_auth_header: x-api-key
25
openapi_docs: |
- - https://api.unstructured.io/general/openapi.json
26
+ - 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.SPEAKEASY_API_KEY }}
32
pypi_token: ${{ secrets.PYPI_TOKEN }}
33
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
0 commit comments