File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ permissions:
19
19
- cron : 0 0 * * *
20
20
jobs :
21
21
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
23
23
with :
24
24
force : ${{ github.event.inputs.force }}
25
25
mode : pr
26
26
set_version : ${{ github.event.inputs.set_version }}
27
27
target : gusto-embedded
28
+ runs-on : " {\" group\" : \" gusto-ubuntu-default\" }"
28
29
secrets :
29
30
github_access_token : ${{ secrets.GITHUB_TOKEN }}
30
31
npm_token : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ permissions:
14
14
workflow_dispatch : {}
15
15
jobs :
16
16
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
18
18
with :
19
19
target : gusto-embedded
20
+ runs-on : " {\" group\" : \" gusto-ubuntu-default\" }"
20
21
secrets :
21
22
github_access_token : ${{ secrets.GITHUB_TOKEN }}
22
23
npm_token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments