Skip to content

Commit

Permalink
[CI] Seed ssh-agent with github's fingerprint
Browse files Browse the repository at this point in the history
Fixes #28295
  • Loading branch information
alloy committed Mar 13, 2020
1 parent 5ebca70 commit fdd9e31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,9 @@ jobs:
publish_npm_package:
executor: reactnativeandroid
steps:
- add_ssh_keys:
fingerprints:
- "SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8"
- restore_cache_checkout:
checkout_type: android
- run_yarn
Expand Down

0 comments on commit fdd9e31

Please sign in to comment.