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 26a8852 commit 0534afcCopy full SHA for 0534afc
.github/workflows/generation.yml
@@ -13,6 +13,6 @@ jobs:
13
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
14
languages: |-
15
- python
16
- secrets:
17
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
18
- pypi_token: ${{ secrets.PYPI_TOKEN }}
+ secrets:
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments