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.
2 parents 7168844 + fa0d729 commit d08725fCopy full SHA for d08725f
.github/workflows/sdk_generation.yaml renamed to .github/workflows/generation.yml
@@ -12,11 +12,15 @@ on:
12
13
jobs:
14
generate:
15
- uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
+ uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
16
with:
17
- force: ${{ github.event.inputs.force }}
18
- mode: pr
19
speakeasy_version: latest
+ openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
+ languages: |-
20
+ - csharp
21
+ publish_csharp: true
22
+ force: ${{ github.event.inputs.force }}
23
+ create_release: true
24
secrets:
25
github_access_token: ${{ secrets.GITHUB_TOKEN }}
26
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
.github/workflows/sdk_publish.yaml
0 commit comments