Skip to content

Commit 07f688f

Browse files
authored
Update workflow.yaml
1 parent 1e4c3b4 commit 07f688f

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: ${{ secrets.OSSRH_USERNAME }}
16-
ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
17-
gpgSecretKey: ${{ secrets.GPG_SECRET_KEY }}
18-
gpgPassPhrase: ${{ secrets.GPG_PASSPHRASE }}
15+
ossrhUsername: $OSSRH_USERNAME
16+
ossrhPassword: $OSSRH_PASSWORD
17+
gpgSecretKey: $GPG_SECRET_KEY
18+
gpgPassPhrase: $GPG_PASSPHRASE

0 commit comments

Comments
 (0)