Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sdk_generation_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

generate:
needs: [check-branch, compute-version]
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@aff0e9167c46e30b08e9622cc6188f6488ed6117
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@a66b1a5a02f1eaf9392d9433e4dc6bc89df3e979
with:
force: true
mode: pr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk_generation_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

generate:
needs: check-branch
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@aff0e9167c46e30b08e9622cc6188f6488ed6117
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@a66b1a5a02f1eaf9392d9433e4dc6bc89df3e979
with:
force: ${{ github.event.inputs.force }}
mode: pr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

publish:
needs: check-branch
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@aff0e9167c46e30b08e9622cc6188f6488ed6117
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@a66b1a5a02f1eaf9392d9433e4dc6bc89df3e979
with:
target: cribl-mgmt-plane
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
type: string
jobs:
test:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-test.yaml@aff0e9167c46e30b08e9622cc6188f6488ed6117
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-test.yaml@a66b1a5a02f1eaf9392d9433e4dc6bc89df3e979
with:
target: ${{ github.event.inputs.target || 'cribl-mgmt-plane' }}
secrets:
Expand Down
Loading