Skip to content

Commit b10dce7

Browse files
author
Di Wu
authored
chore(ci): configure ssh key for release and publish-doc (#19)
1 parent 90c1e72 commit b10dce7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
<<: *default-executor
4444

4545
steps:
46+
- add_ssh_keys:
47+
fingerprints:
48+
- "5a:23:0e:1d:98:0c:04:dc:73:06:5f:c3:19:72:e2:93"
4649
- checkout
4750
- ruby/install-deps
4851
- run:
@@ -53,6 +56,9 @@ jobs:
5356
<<: *default-executor
5457

5558
steps:
59+
- add_ssh_keys:
60+
fingerprints:
61+
- "5a:23:0e:1d:98:0c:04:dc:73:06:5f:c3:19:72:e2:93"
5662
- checkout
5763
- ruby/install-deps
5864
- run:

0 commit comments

Comments
 (0)