Skip to content

Commit 87fe615

Browse files
authored
Merge pull request #68 from octodemo/develop
Add Terraform setup step in housekeeping workflow for staging QA
2 parents a6f3d97 + a0d3bcd commit 87fe615

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/housekeeping-staging-qa-issue-closed.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2828
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
2929
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
30-
30+
31+
- name: Setup Terraform
32+
uses: hashicorp/[email protected]
33+
3134
- name: Terraform Init
3235
run: terraform init
3336
working-directory: ./terraform/staging

0 commit comments

Comments
 (0)