From ab82cf8c65fbac4393d772b9405e3685e2ead450 Mon Sep 17 00:00:00 2001 From: Sam Salisbury Date: Mon, 19 Apr 2021 18:17:41 +0100 Subject: [PATCH] Merge pull request #10065 from hashicorp/ci/update-ssh-rw-key ci: rotate the read/write SSH key fingerprint --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 938ecdbc1f..e34d3ebd9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -655,7 +655,7 @@ jobs: - checkout - add_ssh_keys: # needs a key to push updated static asset commit back to github fingerprints: - - "c9:04:b7:85:bf:0e:ce:93:5f:b8:0e:68:8e:16:f3:71" + - "3d:6b:98:55:78:4e:52:17:4e:17:ba:f3:bf:0b:96:2a" - attach_workspace: at: . - run: @@ -844,7 +844,7 @@ jobs: - checkout - add_ssh_keys: # needs a key to push cherry-picked commits back to github fingerprints: - - "c9:04:b7:85:bf:0e:ce:93:5f:b8:0e:68:8e:16:f3:71" + - "3d:6b:98:55:78:4e:52:17:4e:17:ba:f3:bf:0b:96:2a" - run: .circleci/scripts/cherry-picker.sh - run: *notify-slack-failure