Skip to content

Commit

Permalink
Update workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff authored Jul 17, 2024
1 parent 7e41033 commit 5caf9c6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
sample-source:
inputs:
- location: https://raw.githubusercontent.com/airbytehq/airbyte-api-python-sdk/main/airbyte-api.openapi.yaml
registry:
location: registry.speakeasyapi.dev/airbyte/airbyte-prod/my-source
targets:
airbyte-api:
testing:
target: java
source: my-source
source: sample-source
publish:
java:
ossrhUsername: $OSSRH_USERNAME
ossrhPassword: $OSSRH_PASSWORD
gpgSecretKey: $GPG_SECRET_KEY
gpgPassPhrase: $GPG_PASSPHRASE
ossrhUsername: brycegroff
ossrhPassword: $ossrh_password
gpgSecretKey: $java_gpg_secret_key
gpgPassPhrase: $java_gpg_passphrase

0 comments on commit 5caf9c6

Please sign in to comment.