Skip to content

Commit

Permalink
fixup ssh known-hosts key
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Apr 22, 2023
1 parent 596ca0c commit 88107fd
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 @@ -38,7 +38,7 @@ aliases:
# This SSH key is the current github.com SSH key as of April 2023, but it will need to be changed whenever github changes their key (probably every few years)
GITHUB_SSH_KEY="AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"
mkdir -p ~/.ssh
echo github.com ssh-rsa $GITHUB_SSH_KEY >> ~/.ssh/known_hosts
echo github.com ssh-ed25519 $GITHUB_SSH_KEY >> ~/.ssh/known_hosts
git clone --depth 1 "$CIRCLE_REPOSITORY_URL" --branch "$CIRCLE_BRANCH" .
Expand Down

0 comments on commit 88107fd

Please sign in to comment.