Skip to content

Commit aea0992

Browse files
committed
try as a step
1 parent 9c9962f commit aea0992

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/sdk_generation.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ permissions:
1818
schedule:
1919
- cron: 0 0 * * *
2020
jobs:
21-
generate:
22-
uses: azrosen92/sdk-generation-action/.github/workflows/workflow-executor.yaml@custom-runner
23-
with:
24-
force: ${{ github.event.inputs.force }}
25-
mode: pr
26-
set_version: ${{ github.event.inputs.set_version }}
27-
target: gusto-embedded
28-
runs-on:
29-
group: gusto-ubuntu-default
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 }}
21+
runs-on:
22+
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 }}

0 commit comments

Comments
 (0)