Skip to content

Commit 660013e

Browse files
committed
add nuget_api_key to sdk_publish.yaml
1 parent cf5540d commit 660013e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
force: ${{ github.event.inputs.force }}
1616
mode: pr
1717
speakeasy_version: latest
18-
publish_nuget: true
1918
secrets:
2019
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2120
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

.github/workflows/sdk_publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
1717
secrets:
1818
github_access_token: ${{ secrets.GITHUB_TOKEN }}
19+
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
1920
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)