Skip to content

Commit 329a2c4

Browse files
committed
separate out speakeasy workflow into a local action
1 parent aea0992 commit 329a2c4

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/sdk_generation.yaml

+11-12
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ permissions:
2020
jobs:
2121
runs-on:
2222
group: gusto-ubuntu-default
23-
step:
24-
- uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@15
25-
with:
26-
force: ${{ github.event.inputs.force }}
27-
mode: pr
28-
set_version: ${{ github.event.inputs.set_version }}
29-
target: gusto-embedded
30-
secrets:
31-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
32-
npm_token: ${{ secrets.NPM_TOKEN }}
33-
openapi_doc_auth_token: ${{ secrets.OPENAPI_DOC_AUTH_TOKEN }}
34-
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
23+
steps:
24+
- name: test
25+
run: echo "hello world"
26+
27+
# - uses: ./.github/workflows/speakeasy_workflow.yaml
28+
# with:
29+
# force: ${{ github.event.inputs.force }}
30+
# mode: pr
31+
# set_version: ${{ github.event.inputs.set_version }}
32+
# target: gusto-embedded
33+
# secrets: inherit

0 commit comments

Comments
 (0)