Skip to content

Commit 32aff26

Browse files
authored
Fix overlay and yaml (#6)
## Changes 1.) Overlay file (which is used to modify the api spec) is fixed. I paired with Speakeasy and verified this works in the TS repo 2.) Fix yaml file (extra @ character) ## Motivation Speakeasy helped me find errors in these files
1 parent 83f887f commit 32aff26

File tree

4 files changed

+105
-2848
lines changed

4 files changed

+105
-2848
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
- cron: 0 0 * * *
2020
jobs:
2121
generate:
22-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@@0cbe94f2ca2c60bde9001577e565644e1c90d4a6
22+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@0cbe94f2ca2c60bde9001577e565644e1c90d4a6
2323
with:
2424
force: ${{ github.event.inputs.force }}
2525
mode: pr

.github/workflows/sdk_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
workflow_dispatch: {}
1515
jobs:
1616
publish:
17-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@@0cbe94f2ca2c60bde9001577e565644e1c90d4a6
17+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@0cbe94f2ca2c60bde9001577e565644e1c90d4a6
1818
with:
1919
target: vanta
2020
secrets:

.speakeasy/gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ java:
1818
additionalPlugins: []
1919
artifactID: vanta-auditor-api
2020
clientServerStatusCodesAsErrors: true
21-
companyEmail: info@mycompany.com
22-
companyName: My Company
23-
companyURL: www.mycompany.com
21+
companyEmail: sdk@vanta.com
22+
companyName: Vanta
23+
companyURL: www.vanta.com
2424
defaultErrorName: APIException
2525
flattenGlobalSecurity: true
26-
githubURL: github.com/owner/repo
26+
githubURL: github.com/VantaInc/vanta-auditor-api-sdk-java
2727
groupID: com.vanta
2828
imports:
2929
option: openapi

0 commit comments

Comments
 (0)