From b9f2d4c8fd1ba16752704481d1f9e44527452f8e Mon Sep 17 00:00:00 2001 From: Alexis Goodfellow Date: Fri, 6 Jan 2023 16:04:51 -0600 Subject: [PATCH] Swap out circleci key Swap out circleci key --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d746db6..65b95bdd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: at: ~/project - add_ssh_keys: fingerprints: - - "58:62:ab:1f:24:b9:39:5a:ee:8a:e7:28:b2:f2:61:a2" + - "be:38:fa:65:8c:8b:cc:04:db:f5:2b:6e:22:9d:82:55" - run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts - run: name: "configure release version" @@ -68,7 +68,7 @@ jobs: at: ~/project - add_ssh_keys: fingerprints: - - "58:62:ab:1f:24:b9:39:5a:ee:8a:e7:28:b2:f2:61:a2" + - "be:38:fa:65:8c:8b:cc:04:db:f5:2b:6e:22:9d:82:55" - run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts - run: name: "commit translation updates"