File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ permissions:
1919 - cron : 0 0 * * *
2020jobs :
2121 generate :
22- uses : speakeasy-api /sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
22+ uses : Gusto /sdk-generation-action/.github/workflows/workflow-executor.yaml@main
2323 with :
2424 force : ${{ github.event.inputs.force }}
2525 mode : pr
2626 set_version : ${{ github.event.inputs.set_version }}
27+ runs-on : " {\" group\" : \" gusto-ubuntu-default\" }"
2728 secrets :
2829 github_access_token : ${{ secrets.GITHUB_TOKEN }}
2930 openapi_doc_auth_token : ${{ secrets.OPENAPI_DOC_AUTH_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,17 +14,19 @@ permissions:
1414 workflow_dispatch : {}
1515jobs :
1616 publish-embedded :
17- uses : speakeasy-api /sdk-generation-action/.github/workflows/sdk-publish .yaml@v15
17+ uses : Gusto /sdk-generation-action/.github/workflows/workflow-executor .yaml@main
1818 with :
1919 target : gusto
20+ runs-on : " {\" group\" : \" gusto-ubuntu-default\" }"
2021 secrets :
2122 github_access_token : ${{ secrets.GITHUB_TOKEN }}
2223 pypi_token : ${{ secrets.PYPI_TOKEN }}
2324 speakeasy_api_key : ${{ secrets.SPEAKEASY_API_KEY }}
2425 publish-app-int :
25- uses : speakeasy-api /sdk-generation-action/.github/workflows/sdk-publish .yaml@v15
26+ uses : Gusto /sdk-generation-action/.github/workflows/workflow-executor .yaml@main
2627 with :
2728 target : gusto-app-int
29+ runs-on : " {\" group\" : \" gusto-ubuntu-default\" }"
2830 secrets :
2931 github_access_token : ${{ secrets.GITHUB_TOKEN }}
3032 pypi_token : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments