We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7ca11 commit af972d3Copy full SHA for af972d3
.github/workflows/generation.yml
@@ -7,13 +7,13 @@ on:
7
8
jobs:
9
generate:
10
- name: Generate SDK
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: speakeasy-api/sdk-generation-action@v1.4
14
- with:
15
- speakeasy_version: latest
16
- openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
17
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
18
- languages: |-
19
- - typescript
+ uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v3
+ with:
+ speakeasy_version: latest
+ openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
+ languages: |-
+ - typescript
+ publish_typescript: true
+ secrets:
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
+ npm_token: ${{ secrets.NPM_TOKEN }}
0 commit comments