File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ permissions:
18
18
schedule :
19
19
- cron : 0 0 * * *
20
20
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 }}
You can’t perform that action at this time.
0 commit comments