From a1cb742d8cd9f7743ae571cca0f6bd81287d5cc3 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 7dc2e3a83759b6..4a61f7b8e6407f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -743,7 +743,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: |