Skip to content

Commit 5caf9c6

Browse files
authored
Update workflow.yaml
1 parent 7e41033 commit 5caf9c6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.speakeasy/workflow.yaml

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
workflowVersion: 1.0.0
2-
speakeasyVersion: latest
32
sources:
4-
my-source:
3+
sample-source:
54
inputs:
65
- location: https://raw.githubusercontent.com/airbytehq/airbyte-api-python-sdk/main/airbyte-api.openapi.yaml
76
registry:
87
location: registry.speakeasyapi.dev/airbyte/airbyte-prod/my-source
98
targets:
10-
airbyte-api:
9+
testing:
1110
target: java
12-
source: my-source
11+
source: sample-source
1312
publish:
1413
java:
15-
ossrhUsername: $OSSRH_USERNAME
16-
ossrhPassword: $OSSRH_PASSWORD
17-
gpgSecretKey: $GPG_SECRET_KEY
18-
gpgPassPhrase: $GPG_PASSPHRASE
14+
ossrhUsername: brycegroff
15+
ossrhPassword: $ossrh_password
16+
gpgSecretKey: $java_gpg_secret_key
17+
gpgPassPhrase: $java_gpg_passphrase

0 commit comments

Comments
 (0)