Skip to content

Commit 6574b0d

Browse files
committed
Adding circleci fingerprint on circle.yml
1 parent 4ee656d commit 6574b0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
steps:
2020
- checkout
2121

22+
- add_ssh_keys:
23+
fingerprints:
24+
- "17:f3:d2:ff:da:b2:3f:ea:36:db:fc:4b:f9:7b:2f:b3"
25+
2226
# Download and cache dependencies
2327
- restore_cache:
2428
keys:

0 commit comments

Comments
 (0)