File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 server-id : ossrh # Value of the distributionManagement/repository/id field of the pom.xml
3131 server-username : MAVEN_USERNAME # env variable for username in deploy
3232 server-password : MAVEN_CENTRAL_TOKEN # env variable for token in deploy
33- gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
33+ gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY_TK }} # Value of the GPG private key to import
3434 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
3535
3636 - name : Publish to Apache Maven Central
3737 run : mvn -B clean deploy -DskipTests
3838 env :
3939 MAVEN_USERNAME : GerskonW
40- MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
41- MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
40+ MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN_TK }}
41+ MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE_TK }}
You can’t perform that action at this time.
0 commit comments