Skip to content

Commit fd9fdcb

Browse files
authored
Update speakeasy_sdk_publish.yml
1 parent cc073e5 commit fd9fdcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/speakeasy_sdk_publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ jobs:
1414
secrets:
1515
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1616
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
17+
ossrh_username: ${{ secrets.MAVEN_USERNAME }}
18+
ossrh_password: ${{ secrets.MAVEN_PASSWORD }}
19+
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
20+
java_passphrase: ${{ secrets.GPG_PASSPHRASE }}
21+

0 commit comments

Comments
 (0)