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 291950d commit 5285130Copy full SHA for 5285130
1 file changed
.github/workflows/java8-publish.yml
@@ -28,3 +28,5 @@ jobs:
28
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
29
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
30
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
31
+ MAVEN_GPG_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
32
+
0 commit comments