From fb653a13bc277c3d28e7b72ddbd48d11031a5431 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 9 Jan 2023 04:34:41 -0800 Subject: [PATCH] Update fingerprint for SSH deploy key (#35791) Summary: Rotating a private SSH key we had left to rotate. ## Changelog [INTERNAL] - Update fingerprint for SSH deploy key Pull Request resolved: https://github.com/facebook/react-native/pull/35791 Test Plan: n/a Reviewed By: cipolleschi Differential Revision: D42413025 Pulled By: cortinico fbshipit-source-id: 571f304e8cc2dad19c41e5413ed3c7d4c078ba60 # Conflicts: # .circleci/config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 854cb2bf07a..3f898974bc6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1112,7 +1112,7 @@ jobs: - run_yarn - add_ssh_keys: fingerprints: - - "1c:98:e0:3a:52:79:95:29:12:cd:b4:87:5b:41:e2:bb" + - "1f:c7:61:c4:e2:ff:77:e3:cc:ca:a7:34:c2:79:e3:3c" - run: name: "Set new react-native version and commit changes" command: |