File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Generate
2
-
3
- on :
2
+ " on " :
4
3
workflow_dispatch :
5
4
inputs :
6
5
force :
7
- description : " Force the generation of the SDKs"
6
+ description : Force generation of SDKs
8
7
type : boolean
9
8
default : false
10
9
schedule :
11
10
- cron : 0 0 * * *
12
-
13
11
jobs :
14
12
generate :
15
- uses : speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation .yaml@v14
13
+ uses : speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor .yaml@v15
16
14
with :
17
- speakeasy_version : latest
18
- openapi_doc_location : https://docs.speakeasyapi.dev/openapi.yaml
19
- languages : |-
20
- - python
21
- publish_python : true
22
15
force : ${{ github.event.inputs.force }}
16
+ mode : direct
17
+ speakeasy_version : latest
23
18
secrets :
24
19
github_access_token : ${{ secrets.GITHUB_TOKEN }}
25
20
pypi_token : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments