File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11name : Generate
22
33on :
4- workflow_dispatch : {}
4+ workflow_dispatch :
5+ inputs :
6+ force :
7+ description : " Force the generation of the SDKs"
8+ type : boolean
9+ default : false
510 schedule :
611 - cron : 0 0 * * *
712
813jobs :
914 generate :
10- uses : speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v9
15+ uses : speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v10
1116 with :
1217 speakeasy_version : latest
1318 openapi_doc_location : https://docs.speakeasyapi.dev/openapi.yaml
1419 languages : |-
1520 - python
1621 publish_python : true
22+ force : ${{ github.event.inputs.force }}
1723 secrets :
1824 github_access_token : ${{ secrets.GITHUB_TOKEN }}
1925 pypi_token : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments