Skip to content

Commit 18db977

Browse files
authored
Merge pull request #72 from cryptlex/ahmad/update-ci-secret
ci: update secret name
2 parents 14da5bc + 5e4db06 commit 18db977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
server-id: central
2323
server-username: MAVEN_USERNAME
2424
server-password: MAVEN_PASSWORD
25-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
25+
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY_ARMORED }}
2626
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2727

2828
- name: Check Maven version

0 commit comments

Comments
 (0)