From 02f72567184bad5600812cfbd10007e1b0f939df Mon Sep 17 00:00:00 2001 From: jennyhliu Date: Wed, 10 May 2023 19:15:32 -0400 Subject: [PATCH] add ssh key --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6eb7bec..a238b4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,9 +24,7 @@ jobs: paths: - ./node_modules key: dependencies-{{ checksum "package.json" }} - - add_ssh_keys: - fingerprints: - - "a0:b7:39:23:35:54:e5:36:ef:b1:9c:5c:22:ec:e2:26" + publish: docker: - image: circleci/node:12.18.0 @@ -35,6 +33,9 @@ jobs: - checkout - attach_workspace: at: ./ + - add_ssh_keys: + fingerprints: + - "a0:b7:39:23:35:54:e5:36:ef:b1:9c:5c:22:ec:e2:26" - run: name: Publish release command: |