Skip to content

Commit

Permalink
Update fingerprint for SSH deploy key (#35791)
Browse files Browse the repository at this point in the history
Summary:
Rotating a private SSH key we had left to rotate.

## Changelog

[INTERNAL] - Update fingerprint for SSH deploy key

Pull Request resolved: #35791

Test Plan: n/a

Reviewed By: cipolleschi

Differential Revision: D42413025

Pulled By: cortinico

fbshipit-source-id: 571f304e8cc2dad19c41e5413ed3c7d4c078ba60

# Conflicts:
#	.circleci/config.yml
  • Loading branch information
cortinico authored and kelset committed Jan 9, 2023
1 parent b12a7f9 commit 0b6e5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0b6e5b4

Please sign in to comment.