Skip to content

Commit 43f25b4

Browse files
authored
Merge pull request #42 from Gusto/ar/update-speakeasy-version-to-latest
Updates to latest version of speakeasy
2 parents 30d0a82 + f8aa945 commit 43f25b4

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
force: ${{ github.event.inputs.force }}
2525
mode: pr
2626
set_version: ${{ github.event.inputs.set_version }}
27+
target: gusto-embedded
2728
runs-on: "{\"group\": \"gusto-ubuntu-default\"}"
2829
secrets:
2930
github_access_token: ${{ secrets.GITHUB_TOKEN }}

.speakeasy/workflow.local.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
sources:
2+
GustoEmbedded-local:
3+
inputs:
4+
- location: ../Gusto-Partner-API/generated/embedded/api.v2024-04-01.embedded.yaml
5+
overlays:
6+
- location: ../Gusto-Partner-API/.speakeasy/speakeasy-modifications-overlay.yaml
7+
registry:
8+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local
9+
targets:
10+
local:
11+
target: ruby
12+
source: GustoEmbedded-local
13+
output: ./gusto_embedded
14+
codeSamples:
15+
registry:
16+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-code-samples
17+
labelOverride:
18+
fixedValue: Ruby (SDK)
19+
blocking: false

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
workflowVersion: 1.0.0
2-
speakeasyVersion: 1.513.4
2+
speakeasyVersion: latest
33
sources:
44
GustoEmbedded-OAS:
55
inputs:

0 commit comments

Comments
 (0)