Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CircleCI Generated] update-vendor-7900 #353

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Try different fingerprints
  • Loading branch information
Simran-B committed Nov 22, 2023
commit 4308c1065ed5dfc830735a2afc524f43e2a475ea
7 changes: 3 additions & 4 deletions .circleci/base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,9 @@ jobs:
steps:
- add_ssh_keys:
fingerprints:
- "7a:1d:7f:0a:70:eb:2b:7d:25:10:9b:e8:dc:04:53:9a"
- "28:4f:0b:b7:71:cd:39:ab:c0:33:65:4f:da:6a:cc:8e"
- "bc:4d:f3:df:53:ad:22:d8:60:5d:10:d8:fd:74:d2:cd"
- run: ssh-keyscan github.com >> ~/.ssh/known_hosts
- "1e:e3:7e:8c:55:be:3d:56:bc:4c:1c:d7:d6:26:f2:e5"
- "20:72:b8:99:35:4c:7c:23:60:da:f2:5e:43:34:ba:79"
- run: ssh-keyscan github.com >> ~/.ssh/known_hosts && cat ~/.ssh/known_hosts
- clone-docs-and-merge
- download-generated-data
- commit:
Expand Down