-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkflow.yaml
More file actions
25 lines (25 loc) · 804 Bytes
/
workflow.yaml
File metadata and controls
25 lines (25 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Glean API:
inputs:
- location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs
output: .speakeasy/glean-merged-spec.yaml
targets:
glean:
target: java
source: Glean API
publish:
java:
ossrhUsername: $ossrh_username
ossrhPassword: $ossrh_password
gpgSecretKey: $java_gpg_secret_key
gpgPassPhrase: $java_gpg_passphrase
codeSamples:
registry:
location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs-java-code-samples
labelOverride:
fixedValue: Java (API Client)
blocking: false
testing:
enabled: true