Skip to content

Commit 9aee5ea

Browse files
authored
Update ci.yml
1 parent 9551a20 commit 9aee5ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)