Skip to content

Commit 82d589c

Browse files
committed
separate out speakeasy workflow into a local action
1 parent aea0992 commit 82d589c

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/sdk_generation.yaml

+8-12
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ permissions:
2020
jobs:
2121
runs-on:
2222
group: gusto-ubuntu-default
23-
step:
24-
- uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@15
25-
with:
26-
force: ${{ github.event.inputs.force }}
27-
mode: pr
28-
set_version: ${{ github.event.inputs.set_version }}
29-
target: gusto-embedded
30-
secrets:
31-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
32-
npm_token: ${{ secrets.NPM_TOKEN }}
33-
openapi_doc_auth_token: ${{ secrets.OPENAPI_DOC_AUTH_TOKEN }}
34-
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
23+
steps:
24+
- uses: ./.github/workflows/speakeasy_workflow.yaml
25+
# with:
26+
# force: ${{ github.event.inputs.force }}
27+
# mode: pr
28+
# set_version: ${{ github.event.inputs.set_version }}
29+
# target: gusto-embedded
30+
# secrets: inherit

0 commit comments

Comments
 (0)