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.
2 parents 7688706 + 568fcd3 commit e532977Copy full SHA for e532977
.github/workflows/speakeasy_sdk_generation.yml
@@ -20,8 +20,9 @@ jobs:
20
openapi_doc_auth_header: x-api-key
21
languages: |-
22
- python
23
+ publish_python: true
24
mode: pr
25
secrets:
26
speakeasy_api_key: ${{ secrets.SPEAKEASY_PROD_API_KEY }}
27
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- openapi_doc_auth_token: ${{ secrets.SPEAKEASY_API_KEY }}
28
+ openapi_doc_auth_token: ${{ secrets.SPEAKEASY_API_KEY }}
0 commit comments