File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 server-id : central # must match the serverId configured for the nexus-staging-maven-plugin
3838 server-username : MAVEN_USERNAME # Env var that holds the central publisher user name
3939 server-password : MAVEN_CENTRAL_TOKEN # Env var that holds the central publisher user token
40- gpg-private-key : ${{ secrets.gpg_private_key }} # Substituted with the value stored in the referenced secret
41- gpg-passphrase : gpg_passphrase # Env var that holds the key's passphrase
40+ gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }} # Substituted with the value stored in the referenced secret
41+ gpg-passphrase : MAVEN_GPG_PASSPHRASE # Env var that holds the key's passphrase
4242 - name : Deploy Heros
4343 run : mvn -B -U clean deploy -P deploy -Dcheckstyle.failOnViolation=true
4444 env :
4545 MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
4646 MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
47- MAVEN_GPG_PASSPHRASE : ${{ secrets.gpg_passphrase }}
47+ MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments