Skip to content

Commit 7e1d233

Browse files
authored
Merge pull request #7 from simplesagar/patch-2
fix: Update sdk_publish.yaml to include OSSRH Username
2 parents 425ac60 + a0a906c commit 7e1d233

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)