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 1
1
name : Generate
2
2
3
3
on :
4
- workflow_dispatch : {}
4
+ workflow_dispatch :
5
+ inputs :
6
+ force :
7
+ description : " Force the generation of the SDKs"
8
+ type : boolean
9
+ default : false
5
10
schedule :
6
11
- cron : 0 0 * * *
7
12
8
13
jobs :
9
14
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
11
16
with :
12
17
speakeasy_version : latest
13
18
openapi_doc_location : https://docs.speakeasyapi.dev/openapi.yaml
14
19
languages : |-
15
20
- python
16
21
publish_python : true
22
+ force : ${{ github.event.inputs.force }}
17
23
secrets :
18
24
github_access_token : ${{ secrets.GITHUB_TOKEN }}
19
25
pypi_token : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments