Skip to content

Commit 89adbec

Browse files
committed
🐝 Update workflow file
1 parent 9b74cc1 commit 89adbec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/speakeasy_sdk_generation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
languages: |
2222
- python
2323
mode: direct
24+
openapi_doc_auth_header: x-api-key
2425
openapi_docs: |
25-
- https://api.unstructured.io/general/openapi.json
26+
- https://app.speakeasyapi.dev/v1/apis/Unstructured/version/v0.1/schema/download
2627
publish_python: true
2728
speakeasy_version: latest
2829
secrets:
2930
github_access_token: ${{ secrets.GITHUB_TOKEN }}
31+
openapi_doc_auth_token: ${{ secrets.SPEAKEASY_API_KEY }}
3032
pypi_token: ${{ secrets.PYPI_TOKEN }}
3133
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)