Skip to content

Commit 17954b5

Browse files
committed
chore(ci): add ionitron ssh key fingerprint
1 parent 3ea86a3 commit 17954b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
test:
3333
<<: *defaults
3434
steps:
35+
- checkout
3536
- attach_workspace:
3637
at: /tmp/workspace
3738
- run: mkdir junit
@@ -54,6 +55,10 @@ jobs:
5455
GIT_COMMITTER_NAME: Ionitron
5556
GIT_COMMITTER_EMAIL: hi@ionicframework.com
5657
steps:
58+
- add_ssh_keys:
59+
fingerprints:
60+
- "fc:0c:f5:89:bf:37:42:27:a5:c5:f0:96:0d:93:9c:3e" # ionitron user key
61+
- checkout
5762
- attach_workspace:
5863
at: /tmp/workspace
5964
- run: npx semantic-release

0 commit comments

Comments
 (0)