We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e41033 commit 5caf9c6Copy full SHA for 5caf9c6
.speakeasy/workflow.yaml
@@ -1,18 +1,17 @@
1
workflowVersion: 1.0.0
2
-speakeasyVersion: latest
3
sources:
4
- my-source:
+ sample-source:
5
inputs:
6
- location: https://raw.githubusercontent.com/airbytehq/airbyte-api-python-sdk/main/airbyte-api.openapi.yaml
7
registry:
8
location: registry.speakeasyapi.dev/airbyte/airbyte-prod/my-source
9
targets:
10
- airbyte-api:
+ testing:
11
target: java
12
- source: my-source
+ source: sample-source
13
publish:
14
java:
15
- ossrhUsername: $OSSRH_USERNAME
16
- ossrhPassword: $OSSRH_PASSWORD
17
- gpgSecretKey: $GPG_SECRET_KEY
18
- gpgPassPhrase: $GPG_PASSPHRASE
+ ossrhUsername: brycegroff
+ ossrhPassword: $ossrh_password
+ gpgSecretKey: $java_gpg_secret_key
+ gpgPassPhrase: $java_gpg_passphrase
0 commit comments