Skip to content

Commit 61589b1

Browse files
authored
Merge pull request #64 from hathora/jchu231-patch-1
Update OSSRH username to be GH secret
2 parents 3b7fd5f + afc4248 commit 61589b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
3434
java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }}
3535
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
36-
ossrh_username: hEuK3iaG
36+
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
3737
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

.github/workflows/sdk_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
2020
java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }}
2121
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
22-
ossrh_username: hEuK3iaG
22+
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
2323
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)