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 2624063 commit 3fa684fCopy full SHA for 3fa684f
.github/workflows/generation.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
generate:
10
- uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v5.2
+ uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v7
11
with:
12
speakeasy_version: latest
13
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
@@ -17,3 +17,4 @@ jobs:
17
secrets:
18
github_access_token: ${{ secrets.GITHUB_TOKEN }}
19
npm_token: ${{ secrets.NPM_TOKEN }}
20
+ speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
0 commit comments