From 024b41546b12abe88f1177c591714e2830dbccbd Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Wed, 10 Aug 2022 12:38:43 -0600 Subject: [PATCH] Fix deployment of TS migration dashboard (again) (#15528) An improper deploy key was used to deploy the TypeScript migration dashboard. A new key has been created on the GitHub side for the `metamask-extension-ts-migration-dashboard` repo and also added to CircleCI. The new fingerprint for this key is provided in this commit. This should hopefully make it possible for us to deploy to this repo from CircleCI. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 865639fa1..0eea99062 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -754,7 +754,7 @@ jobs: steps: - add_ssh_keys: fingerprints: - - "3d:49:29:f4:b2:e8:ea:af:d1:32:eb:2a:fc:15:85:d8" + - "8b:21:e3:20:7c:c9:db:82:74:2d:86:d6:11:a7:2f:49" - checkout - attach_workspace: at: .