We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8835a55 commit 2c493ebCopy full SHA for 2c493eb
.github/workflows/closure.yml
@@ -27,4 +27,7 @@ jobs:
27
cd script/closure-library-release
28
./closure-library-release.sh
29
env:
30
+ MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
31
+ MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
32
+ GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
33
HUDSON: true
0 commit comments