From cdecaf4ddc7ffe2dc560e1554bf98226dcd1b01a Mon Sep 17 00:00:00 2001 From: Andrew Dodson Date: Thu, 27 Jun 2019 16:27:49 +0100 Subject: [PATCH] fix(publish): Docs --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9a09872c..572b2e2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,6 +57,9 @@ jobs: - attach_workspace: at: ~/repo - checkout + - add_ssh_keys: + fingerprints: + - "12:bf:d1:9d:22:ec:c3:4f:72:44:50:77:61:70:a0:1e" - run: name: Set names command: git config --global user.email "bot@5app.com" && git config --global user.name "UI release bot"