Skip to content

Commit 1341241

Browse files
authored
Merge pull request #12 from Gusto/ar/update-to-new-runners
Adds gusto-ubuntu-default runner to Speakeasy actions
2 parents 718b337 + 1eda438 commit 1341241

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sdk_generation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ permissions:
1919
- cron: 0 0 * * *
2020
jobs:
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 }}

0 commit comments

Comments
 (0)