chore: Add ssh key to CircleCI hakari job so it can push commits

pull/24376/head
Carol (Nichols || Goulding) 2022-03-03 12:44:12 -05:00
parent 5018d1bf66
commit 7f8dcf1ed0
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 7 additions and 4 deletions

View File

@ -166,6 +166,9 @@ jobs:
# https://github.com/rust-lang/cargo/issues/10280 # https://github.com/rust-lang/cargo/issues/10280
CARGO_NET_GIT_FETCH_WITH_CLI: "true" CARGO_NET_GIT_FETCH_WITH_CLI: "true"
steps: steps:
- add_ssh_keys:
fingerprints:
- "77:99:88:4a:ac:1f:55:9e:39:c7:1f:e4:7f:1e:60:4b"
- checkout - checkout
- rust_components - rust_components
- cache_restore - cache_restore