Skip to content

Commit ba8edee

Browse files
authored
Updating the version of speakeasy-api/sdk-generation-action actions (#334)
This update should address the recent issues with the publishing workflow.
1 parent 47c6416 commit ba8edee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/sdk_generation_mistralai_azure_sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
type: string
1717
jobs:
1818
generate:
19-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@a658ca0a4a9b11bbcd7d3fb4e3063fa843afabff # v15
19+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@7951d9dce457425b900b2dd317253499d98c2587 # v15
2020
with:
2121
force: ${{ github.event.inputs.force }}
2222
mode: pr

.github/workflows/sdk_generation_mistralai_gcp_sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
type: string
1717
jobs:
1818
generate:
19-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@a658ca0a4a9b11bbcd7d3fb4e3063fa843afabff # v15
19+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@7951d9dce457425b900b2dd317253499d98c2587 # v15
2020
with:
2121
force: ${{ github.event.inputs.force }}
2222
mode: pr

.github/workflows/sdk_generation_mistralai_sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
type: string
1717
jobs:
1818
generate:
19-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@a658ca0a4a9b11bbcd7d3fb4e3063fa843afabff # v15
19+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@7951d9dce457425b900b2dd317253499d98c2587 # v15
2020
with:
2121
force: ${{ github.event.inputs.force }}
2222
mode: pr

.github/workflows/sdk_publish_mistralai_sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
- "*/RELEASES.md"
1515
jobs:
1616
publish:
17-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@a658ca0a4a9b11bbcd7d3fb4e3063fa843afabff # v15
17+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@7951d9dce457425b900b2dd317253499d98c2587 # v15
1818
secrets:
1919
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2020
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)