Skip to content

Commit b7ae0f6

Browse files
authored
chore: update speakeasy_sdk_publish.yml
1 parent 636ba84 commit b7ae0f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/speakeasy_sdk_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ jobs:
1717
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1818
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
1919
ossrh_username: ${{ secrets.MAVEN_USERNAME }}
20-
ossrh_password: ${{ secrets.MAVEN_PASSWORD }}
20+
ossrh_password: ${{ secrets.MAVEN_PASSWORD }}
21+
java_gpg_secret_key: ${{ secrets.GPG_SECRET_KEY }}
22+
java_passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)