Skip to content

Commit a0a906c

Browse files
authored
fix: Update sdk_publish.yaml to include OSSRH Username
1 parent 425ac60 commit a0a906c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sdk_publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2121
java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
2222
java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }}
23+
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
2324
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
2425
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)