Skip to content

Commit 9275078

Browse files
authored
Update workflow.yaml
1 parent 845b39a commit 9275078

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.speakeasy/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ targets:
1212
source: my-source
1313
publish:
1414
java:
15-
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
16-
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
17-
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
18-
java_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
15+
ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
16+
ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
17+
gpgSecretKey: ${{ secrets.GPG_SECRET_KEY }}
18+
gpgPassPhrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)