Skip to content

Commit c438c04

Browse files
committed
try out the forked workflow
1 parent a9f6af5 commit c438c04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +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 }}
2727
target: gusto-embedded
28-
runs-on:
29-
group: gusto-ubuntu-default
3028
secrets:
3129
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3230
npm_token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)