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 f532876 commit 845b39a
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:
ossrhUsername: $OSSRH_USERNAME
ossrhPassword: $OSSRH_PASSWORD
gpgSecretKey: $JAVA_GPG_SECRET_KEY
gpgPassPhrase: $JAVA_GPG_PASSPHRASE
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
java_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 845b39a

Please sign in to comment.