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 16, 2024
1 parent 845b39a commit 9275078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ targets:
source: my-source
publish:
java:
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
java_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
gpgSecretKey: ${{ secrets.GPG_SECRET_KEY }}
gpgPassPhrase: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 9275078

Please sign in to comment.