Skip to content

Commit 6c0ef97

Browse files
committed
Fix Speakeasy targets in GitHub actions
1 parent f3ad2f1 commit 6c0ef97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sdk_generation_mistralai_azure_sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
mode: pr
2323
set_version: ${{ github.event.inputs.set_version }}
2424
speakeasy_version: latest
25-
target: mistral-python-sdk-azure
25+
target: mistralai-azure-sdk
2626
secrets:
2727
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2828
pypi_token: ${{ secrets.PYPI_TOKEN }}

.github/workflows/sdk_generation_mistralai_gcp_sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
mode: pr
2323
set_version: ${{ github.event.inputs.set_version }}
2424
speakeasy_version: latest
25-
target: mistral-python-sdk-google-cloud
25+
target: mistralai-gcp-sdk
2626
secrets:
2727
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2828
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)