Skip to content

Commit

Permalink
add ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyhliu committed May 10, 2023
1 parent 3fa8ee6 commit 02f7256
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 02f7256

Please sign in to comment.