Skip to content

Commit 3fa684f

Browse files
chore: update workflow
1 parent 2624063 commit 3fa684f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
generate:
10-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v5.2
10+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v7
1111
with:
1212
speakeasy_version: latest
1313
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
@@ -17,3 +17,4 @@ jobs:
1717
secrets:
1818
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1919
npm_token: ${{ secrets.NPM_TOKEN }}
20+
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)