File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ jobs:
6969 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
7070 SONA_USER : ${{ secrets.SONATYPE_USERNAME }}
7171 SONA_PASS : ${{ secrets.SONATYPE_PASSWORD }}
72- GPG_PRIVATE : ${{ secrets.GPG_PRIVATE }}
72+ PGP_SECRET : ${{ secrets.PGP_SECRET }}
7373 PGP_PASS : ${{ secrets.PGP_PASS }}
7474 CI : github
7575 run : |
7676 git fetch --prune --unshallow --tags &&
7777 export GPG_TTY=$(tty) &&
78- echo $GPG_PRIVATE | base64 -d | gpg --passphrase=$PGP_PASS --yes --batch --pinentry-mode loopback --import &&
78+ echo $PGP_SECRET | base64 -d | gpg --passphrase=$PGP_PASS --yes --batch --pinentry-mode loopback --import &&
7979 export PATH=`pwd`/.github/bin:$PATH &&
8080 sbt + test ciReleaseTagNextVersion ciReleaseSonatype
8181
You can’t perform that action at this time.
0 commit comments