chore: Add ssh key to CircleCI hakari job so it can push commits
parent
5018d1bf66
commit
7f8dcf1ed0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue