Skip to content

Commit 6e20c56

Browse files
chore: upgrade to latest gen workflow and renable telemetry
1 parent d7ec44b commit 6e20c56

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/generation.yml

Lines changed: 1 addition & 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@v7
10+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v9
1111
with:
1212
speakeasy_version: latest
1313
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml

gen.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
management:
2-
openapi-checksum: 2bba3b8f9d211b02569b3f9aff0d34b4
3-
openapi-version: 0.3.0
4-
speakeasy-version: 1.2.0
2+
openapi-checksum: 2bba3b8f9d211b02569b3f9aff0d34b4
3+
openapi-version: 0.3.0
4+
speakeasy-version: 1.2.0
55
python:
6-
version: 1.2.0
7-
packagename: speakeasy-client-sdk-python
8-
author: Speakeasy
9-
description: Speakeasy API Client SDK for Python
10-
telemetryenabled: null
6+
version: 1.2.0
7+
packagename: speakeasy-client-sdk-python
8+
author: Speakeasy
9+
description: Speakeasy API Client SDK for Python
10+
telemetryenabled: true

0 commit comments

Comments
 (0)