Skip to content

Commit bcb1eec

Browse files
Update generation.yml
1 parent 6169dd9 commit bcb1eec

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/generation.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
name: Generate
2-
3-
on:
2+
"on":
43
workflow_dispatch:
54
inputs:
65
force:
7-
description: "Force the generation of the SDKs"
6+
description: Force generation of SDKs
87
type: boolean
98
default: false
109
schedule:
1110
- cron: 0 0 * * *
12-
1311
jobs:
1412
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
1614
with:
17-
speakeasy_version: latest
18-
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
19-
languages: |-
20-
- python
21-
publish_python: true
2215
force: ${{ github.event.inputs.force }}
16+
mode: direct
17+
speakeasy_version: latest
2318
secrets:
2419
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2520
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)