Skip to content

Commit 2df7a0c

Browse files
authored
Merge pull request #49 from Gusto/ar/update-github-action-group
Adds gusto-ubuntu-default runner to Speakeasy actions
2 parents e49c596 + abc3ee7 commit 2df7a0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ 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 }}
2727
target: gusto-embedded
28+
runs-on: "{\"group\": \"gusto-ubuntu-default\"}"
2829
secrets:
2930
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3031
npm_token: ${{ secrets.NPM_TOKEN }}

.github/workflows/sdk_publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ permissions:
1414
workflow_dispatch: {}
1515
jobs:
1616
publish:
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-embedded
20+
runs-on: "{\"group\": \"gusto-ubuntu-default\"}"
2021
secrets:
2122
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2223
npm_token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)