Skip to content

Commit 845b39a

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

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-
ossrhUsername: $OSSRH_USERNAME
16-
ossrhPassword: $OSSRH_PASSWORD
17-
gpgSecretKey: $JAVA_GPG_SECRET_KEY
18-
gpgPassPhrase: $JAVA_GPG_PASSPHRASE
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 }}

0 commit comments

Comments
 (0)