From a8d3ff28d300475b065463848d44897fddda43fa Mon Sep 17 00:00:00 2001 From: LBHTKarki Date: Fri, 20 Feb 2026 11:17:25 +0000 Subject: [PATCH] add ssh key for tf module access --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d1de221..7afe1e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,6 +43,9 @@ commands: environment: type: string steps: + - add_ssh_keys: + fingerprints: + - "SHA256:rPzp7kChj9Z72jls470HfO0YvieTbdUiB+y8hlxJN8c" - *attach_workspace - checkout - run: @@ -89,6 +92,9 @@ commands: environment: type: string steps: + - add_ssh_keys: + fingerprints: + - "SHA256:rPzp7kChj9Z72jls470HfO0YvieTbdUiB+y8hlxJN8c" - *attach_workspace - checkout - run: