Skip to content

Commit aee6a84

Browse files
committed
Rotate SSH key due to CircleCI security incident
See https://circleci.com/blog/january-4-2023-security-alert/
1 parent 242487f commit aee6a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config --global user.name "MatplotlibCircleBot"
3939
- add_ssh_keys:
4040
fingerprints:
41-
- "25:2e:77:93:7e:0e:af:77:b0:be:e7:fe:86:2c:5b:96"
41+
- "fc:4f:e4:b8:3f:28:43:83:4a:6b:ba:30:4a:df:56:6f"
4242
- run:
4343
name: "Deploy new docs"
4444
command: |

0 commit comments

Comments
 (0)