File tree 1 file changed +11
-12
lines changed
1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,14 @@ permissions:
20
20
jobs :
21
21
runs-on :
22
22
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
You can’t perform that action at this time.
0 commit comments