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 1e4c3b4 commit 07f688f
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: ${{ secrets.OSSRH_USERNAME }}
ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
gpgSecretKey: ${{ secrets.GPG_SECRET_KEY }}
gpgPassPhrase: ${{ secrets.GPG_PASSPHRASE }}
ossrhUsername: $OSSRH_USERNAME
ossrhPassword: $OSSRH_PASSWORD
gpgSecretKey: $GPG_SECRET_KEY
gpgPassPhrase: $GPG_PASSPHRASE

0 comments on commit 07f688f

Please sign in to comment.