Skip to content

Commit

Permalink
Update ssh key.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Sep 18, 2023
1 parent 8d3a2ee commit 068eca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
command: echo "StrictHostKeyChecking no" >> "$HOME/.ssh/config"
- add_ssh_keys:
fingerprints:
- "74:82:8b:ea:78:ad:23:23:68:70:b6:07:5c:2b:4b:e0"
- "cb:92:c4:59:07:7f:6c:3d:1b:92:e7:6c:8a:da:3f:b2"
- run:
name: Test D9 with GitHub
command: ./.circleci/test-github-repo.sh "d9"
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
command: echo "StrictHostKeyChecking no" >> "$HOME/.ssh/config"
- add_ssh_keys:
fingerprints:
- "74:82:8b:ea:78:ad:23:23:68:70:b6:07:5c:2b:4b:e0"
- "cb:92:c4:59:07:7f:6c:3d:1b:92:e7:6c:8a:da:3f:b2"
- run:
name: Test WordPress with GitHub
command: ./.circleci/test-github-repo.sh "pantheon-systems/example-wordpress-composer:dev-master" --use-ssh
Expand Down

0 comments on commit 068eca4

Please sign in to comment.