Skip to content

Commit 6fdb5ea

Browse files
authored
chore: fix speakeasy registry (#9)
This commit updates the speakeasy registry in the speakeasy configuration file to the new location.
1 parent 0e7554a commit 6fdb5ea

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.speakeasy/workflow.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
speakeasyVersion: 1.383.2
1+
speakeasyVersion: 1.398.0
22
sources:
33
livepeer_ai-OAS:
44
sourceNamespace: livepeer-ai-oas
5-
sourceRevisionDigest: sha256:dc8a34ad23c433035d3b919390f524abd2bc777cc8fc37ddcadbb0aada0b3615
6-
sourceBlobDigest: sha256:6062f3b4ac6538ff6f4465a264f1806261e6509c5581be6c2189430acb21b315
5+
sourceRevisionDigest: sha256:6cbee14c0d5849a13bce5e04f5da315bd17a01097f99852cb551396cd64370c0
6+
sourceBlobDigest: sha256:c8ed257dd95d5b700b8b833207b03919f6ab0bf71aadba63615beb43761d0ea6
77
tags:
88
- latest
9-
- main
109
targets:
1110
livepeer-ai:
1211
source: livepeer_ai-OAS
1312
sourceNamespace: livepeer-ai-oas
1413
sourceRevisionDigest: sha256:7ac58682b776e03b6609bbca82499bca46176c857e7e1c1ccdc7f916edf3de02
1514
sourceBlobDigest: sha256:26199d9d483dcc00982af07497f482f7d056c167e9e3c39543fafd1efada287c
16-
outLocation: /home/ricks/development/livepeer/ai/livepeer-ai-python
1715
livepeer-ai-python:
1816
source: livepeer_ai-OAS
1917
sourceNamespace: livepeer-ai-oas
20-
sourceRevisionDigest: sha256:dc8a34ad23c433035d3b919390f524abd2bc777cc8fc37ddcadbb0aada0b3615
21-
sourceBlobDigest: sha256:6062f3b4ac6538ff6f4465a264f1806261e6509c5581be6c2189430acb21b315
18+
sourceRevisionDigest: sha256:6cbee14c0d5849a13bce5e04f5da315bd17a01097f99852cb551396cd64370c0
19+
sourceBlobDigest: sha256:c8ed257dd95d5b700b8b833207b03919f6ab0bf71aadba63615beb43761d0ea6
2220
codeSamplesNamespace: code-samples-python-livepeer-python
23-
codeSamplesRevisionDigest: sha256:b20f0df201d0eac5b01b9624f45db9f37ecbf5f8945051415eba3fc171d06b07
24-
outLocation: /github/workspace/repo
21+
codeSamplesRevisionDigest: sha256:182a64a7b21f4fc7f6124045bcf09be730b8b1b8c0695bde537facb43a6f3212
2522
workflow:
2623
workflowVersion: 1.0.0
2724
speakeasyVersion: latest
@@ -30,12 +27,15 @@ workflow:
3027
inputs:
3128
- location: https://raw.githubusercontent.com/livepeer/ai-worker/main/runner/gateway.openapi.yaml
3229
registry:
33-
location: registry.speakeasyapi.dev/livepeer-8mq/livepeer-ai/livepeer-ai-oas
30+
location: registry.speakeasyapi.dev/livepeer/livepeer-ai/livepeer-ai-oas
3431
targets:
3532
livepeer-ai-python:
3633
target: python
3734
source: livepeer_ai-OAS
35+
publish:
36+
pypi:
37+
token: $pypi_token
3838
codeSamples:
3939
output: codeSamples.yaml
4040
registry:
41-
location: registry.speakeasyapi.dev/livepeer-8mq/livepeer-ai/code-samples-python-livepeer-python
41+
location: registry.speakeasyapi.dev/livepeer/livepeer-ai/code-samples-python-livepeer-python

.speakeasy/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sources:
55
inputs:
66
- location: https://raw.githubusercontent.com/livepeer/ai-worker/main/runner/gateway.openapi.yaml
77
registry:
8-
location: registry.speakeasyapi.dev/livepeer-8mq/livepeer-ai/livepeer-ai-oas
8+
location: registry.speakeasyapi.dev/livepeer/livepeer-ai/livepeer-ai-oas
99
targets:
1010
livepeer-ai-python:
1111
target: python
@@ -16,4 +16,4 @@ targets:
1616
codeSamples:
1717
output: codeSamples.yaml
1818
registry:
19-
location: registry.speakeasyapi.dev/livepeer-8mq/livepeer-ai/code-samples-python-livepeer-python
19+
location: registry.speakeasyapi.dev/livepeer/livepeer-ai/code-samples-python-livepeer-python

0 commit comments

Comments
 (0)