diff --git a/.circleci/config.yml b/.circleci/config.yml index aa07c87..715be41 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,7 @@ jobs: - image: cimg/python:3.11.6 environment: TOXENV: << parameters.jobname >> - GIT_SSH_COMMAND: ssh -i ~/.ssh/id_rsa_81487513a647e1b6ec0b73b589be0ba5 + # GIT_SSH_COMMAND: ssh -i ~/.ssh/id_rsa_81487513a647e1b6ec0b73b589be0ba5 steps: - checkout - run: *skip-check @@ -73,7 +73,7 @@ jobs: - run: ssh-add -D # Add private key for deploying to the figure tests repo - add_ssh_keys: - fingerprints: "81:48:75:13:a6:47:e1:b6:ec:0b:73:b5:89:be:0b:a5" + fingerprints: "SHA256:jPMMfjugXtgV9Rx7nD4XuEB8Bs8mvFlr3lUy80A1kVQ" - run: ssh-keyscan github.com >> ~/.ssh/known_hosts - run: git config --global user.email "sunpy@circleci" && git config --global user.name "SunPy Circle CI" - run: git clone git@github.com:sunpy/sunpy-figure-tests.git --depth 1 -b mpl-animators-${CIRCLE_BRANCH} ~/sunpy-figure-tests/