We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9fe938 + 2fd1097 commit a33c2a1Copy full SHA for a33c2a1
1 file changed
.github/workflows/org.terraform-ci.yml
@@ -98,7 +98,10 @@ jobs:
98
id: ssh-agent
99
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
100
with:
101
- ssh-private-key: ${{ secrets.TERRAFORM_DEPLOY_KEY }}
+ ssh-private-key: |
102
+ ${{ secrets.TERRAFORM_CLOUDFRONT_CI_SSH }}
103
+ ${{ secrets.TERRAFORM_DATADOG_CI_SSH }}
104
+ ${{ secrets.TERRAFORM_PLATFORM_LOGGING_CI_SSH }}
105
106
# ---- Provider cache (used by init/validate) ----
107
- name: Prepare Terraform provider cache dir
0 commit comments