Skip to content

Commit fb8aa9d

Browse files
committed
fix-publishing
1 parent ec31690 commit fb8aa9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
env:
5252
MILL_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
5353
MILL_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
54-
MILL_PGP_SECRET_BASE64: ${{ secrets.SONATYPE_PGP_SECRET }}
55-
MILL_PGP_PASSPHRASE: ${{ secrets.SONATYPE_PGP_PASSWORD }}
54+
MILL_PGP_SECRET_BASE64: ${{ secrets.SONATYPE_PGP_PRIVATE_KEY }}
55+
MILL_PGP_PASSPHRASE: ${{ secrets.SONATYPE_PGP_PRIVATE_KEY_PASSWORD }}
5656
LANG: "en_US.UTF-8"
5757
LC_MESSAGES: "en_US.UTF-8"
5858
LC_ALL: "en_US.UTF-8"

0 commit comments

Comments
 (0)