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 ec31690 commit fb8aa9dCopy full SHA for fb8aa9d
.github/workflows/actions.yml
@@ -51,8 +51,8 @@ jobs:
51
env:
52
MILL_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
53
MILL_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
54
- MILL_PGP_SECRET_BASE64: ${{ secrets.SONATYPE_PGP_SECRET }}
55
- MILL_PGP_PASSPHRASE: ${{ secrets.SONATYPE_PGP_PASSWORD }}
+ MILL_PGP_SECRET_BASE64: ${{ secrets.SONATYPE_PGP_PRIVATE_KEY }}
+ MILL_PGP_PASSPHRASE: ${{ secrets.SONATYPE_PGP_PRIVATE_KEY_PASSWORD }}
56
LANG: "en_US.UTF-8"
57
LC_MESSAGES: "en_US.UTF-8"
58
LC_ALL: "en_US.UTF-8"
0 commit comments