Skip to content

Commit a33c2a1

Browse files
Merge pull request #162 from uktrade/tf-ci-ssh-fix
chore: Added additional keys, as they can't be reused across multiple repos
2 parents a9fe938 + 2fd1097 commit a33c2a1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/org.terraform-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ jobs:
9898
id: ssh-agent
9999
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
100100
with:
101-
ssh-private-key: ${{ secrets.TERRAFORM_DEPLOY_KEY }}
101+
ssh-private-key: |
102+
${{ secrets.TERRAFORM_CLOUDFRONT_CI_SSH }}
103+
${{ secrets.TERRAFORM_DATADOG_CI_SSH }}
104+
${{ secrets.TERRAFORM_PLATFORM_LOGGING_CI_SSH }}
102105
103106
# ---- Provider cache (used by init/validate) ----
104107
- name: Prepare Terraform provider cache dir

0 commit comments

Comments
 (0)