Skip to content

Commit

Permalink
Add code samples registry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 17, 2024
1 parent 9199a31 commit 146dabf
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
java-source:
inputs:
- location: https://hathora.dev/swagger.json
registry:
location: registry.speakeasyapi.dev/hathora/hathora/java-source
java-source:
inputs:
- location: https://hathora.dev/swagger.json
registry:
location: registry.speakeasyapi.dev/hathora/hathora/java-source
targets:
hathora-java:
target: java
source: java-source
publish:
java:
ossrhUsername: hEuK3iaG
ossrhPassword: $ossrh_password
gpgSecretKey: $java_gpg_secret_key
gpgPassPhrase: $java_gpg_passphrase

codeSamples:
output: codeSamples.yaml
hathora-java:
target: java
source: java-source
publish:
java:
ossrhUsername: hEuK3iaG
ossrhPassword: $ossrh_password
gpgSecretKey: $java_gpg_secret_key
gpgPassPhrase: $java_gpg_passphrase
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/hathora/hathora/code-samples-java-hathora-java

0 comments on commit 146dabf

Please sign in to comment.