Skip to content

Commit 1084159

Browse files
committed
🐝 Update workflow file
1 parent 492c8e8 commit 1084159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/speakeasy_sdk_generation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
mode: direct
2424
openapi_doc_auth_header: x-api-key
2525
openapi_docs: |
26-
- https://api.unstructured.io/general/openapi.json
26+
- https://app.speakeasyapi.dev/v1/apis/Unstructured/version/v0.1/schema/download
2727
publish_python: true
2828
speakeasy_version: latest
2929
secrets:
3030
github_access_token: ${{ secrets.GITHUB_TOKEN }}
31-
openapi_doc_auth_token: ${{ secrets.SPEC_TOKEN }}
31+
openapi_doc_auth_token: ${{ secrets.SPEAKEASY_API_KEY }}
3232
pypi_token: ${{ secrets.PYPI_TOKEN }}
3333
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)