Adding a specific ssh key fingerprint to use for pushing back to loki repo

pull/447/head
Edward Welch 6 years ago committed by Ed
parent 625bf19ce4
commit d75212d617
  1. 3
      .circleci/config.yml

@ -143,6 +143,9 @@ jobs:
publish-helm:
<<: *defaults
steps:
- add_ssh_keys:
fingerprints:
- "5a:d3:08:5e:f7:53:a0:c4:e9:5d:83:c6:02:6a:d9:bd"
- checkout
- run: make helm-publish

Loading…
Cancel
Save