Skip to content

Commit

Permalink
Manually add ssh key fingerprint to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Aug 28, 2017
1 parent 50273d9 commit a65a928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ jobs:
- *attach_workspace
- *restore_node_modules

- add_ssh_keys:
fingerprints:
- 15:6e:be:9c:af:66:a8:b4:2b:be:9a:cd:03:d4:f3:87

- run:
name: Setup SSH to GitHub
command: mkdir ~/.ssh && ssh-keyscan github.com > ~/.ssh/known_hosts
Expand Down

0 comments on commit a65a928

Please sign in to comment.