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.
1 parent cf5540d commit 660013eCopy full SHA for 660013e
.github/workflows/sdk_generation.yaml
@@ -15,7 +15,6 @@ jobs:
15
force: ${{ github.event.inputs.force }}
16
mode: pr
17
speakeasy_version: latest
18
- publish_nuget: true
19
secrets:
20
github_access_token: ${{ secrets.GITHUB_TOKEN }}
21
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
.github/workflows/sdk_publish.yaml
@@ -16,4 +16,5 @@ jobs:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
+ nuget_api_key: ${{ secrets.NUGET_API_KEY }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
0 commit comments