We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 718b337 + 1eda438 commit 1341241Copy full SHA for 1341241
1 file changed
.github/workflows/sdk_generation.yaml
@@ -19,11 +19,12 @@ permissions:
19
- cron: 0 0 * * *
20
jobs:
21
generate:
22
- uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
+ uses: Gusto/sdk-generation-action/.github/workflows/workflow-executor.yaml@main
23
with:
24
force: ${{ github.event.inputs.force }}
25
mode: pr
26
set_version: ${{ github.event.inputs.set_version }}
27
+ runs-on: "{\"group\": \"gusto-ubuntu-default\"}"
28
secrets:
29
github_access_token: ${{ secrets.GITHUB_TOKEN }}
30
openapi_doc_auth_token: ${{ secrets.OPENAPI_DOC_AUTH_TOKEN }}
0 commit comments