File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 14
14
generate :
15
15
uses : speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
16
16
with :
17
- speakeasy_version : latest
18
- openapi_doc_location : https://docs.speakeasyapi.dev/openapi.yaml
19
- languages : |-
20
- - csharp
21
- publish_csharp : true
22
17
force : ${{ github.event.inputs.force }}
23
- create_release : true
18
+ mode : pr
19
+ speakeasy_version : latest
24
20
secrets :
25
21
github_access_token : ${{ secrets.GITHUB_TOKEN }}
26
22
nuget_api_key : ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff line change
1
+ name : Publish
2
+ permissions :
3
+ checks : write
4
+ contents : write
5
+ pull-requests : write
6
+ statuses : write
7
+ jobs :
8
+ publish :
9
+ uses : speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
10
+ secrets :
11
+ github_access_token : ${{ secrets.GITHUB_TOKEN }}
12
+ nuget_api_key : ${{ secrets.NUGET_API_KEY }}
13
+ speakeasy_api_key : ${{ secrets.SPEAKEASY_API_KEY }}
You can’t perform that action at this time.
0 commit comments