Skip to content

Commit 4aafe4a

Browse files
committed
Add deploy key fingerprint to circleci deploy job
1 parent 33dbc41 commit 4aafe4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
chmod +x maven-release.sh
5151
echo ${GPG_PRIVATE_KEY} | base64 --decode -i | gpg2 --import --passphrase ${MAVEN_GPG_PASSPHRASE}
5252
gpg --export-secret-keys > ~/.gnupg/secring.gpg --passphrase ${MAVEN_GPG_PASSPHRASE}
53+
- add_ssh_keys:
54+
fingerprints:
55+
- "SHA256:DxJdrq04MBBofWkHQGzUbFqVRKD18udZp4+1ZQtO74Q"
5356
- run:
5457
name: Run Maven release
5558
command: ./maven-release.sh

0 commit comments

Comments
 (0)