From 6f9dcf547863db05e4941a33f8ff5917e0611b76 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Tue, 29 Dec 2020 20:51:29 -0800 Subject: [PATCH] Add new SSH key to access build server --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f18f0e62..478ff315 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,6 +49,7 @@ commands: - add_ssh_keys: fingerprints: - "3e:c3:02:5b:ed:64:8c:b7:b0:04:43:bc:83:43:73:1e" + - "32:d6:89:d2:97:fa:db:de:a8:2d:2a:f2:70:dd:80:89" - checkout setup-tools: