Skip to content

Commit 5b5ba14

Browse files
author
Di Wu
authored
chore(ci): update ssh key to use ops user key (#29)
1 parent d4fd3c1 commit 5b5ba14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- add_ssh_keys:
4747
fingerprints:
48-
- "5a:23:0e:1d:98:0c:04:dc:73:06:5f:c3:19:72:e2:93"
48+
- "1d:f2:37:1e:7e:38:02:e0:76:2d:6a:a8:47:2e:85:09"
4949
- checkout
5050
- ruby/install-deps
5151
- run:
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- add_ssh_keys:
6060
fingerprints:
61-
- "5a:23:0e:1d:98:0c:04:dc:73:06:5f:c3:19:72:e2:93"
61+
- "1d:f2:37:1e:7e:38:02:e0:76:2d:6a:a8:47:2e:85:09"
6262
- checkout
6363
- ruby/install-deps
6464
- run:

0 commit comments

Comments
 (0)