Skip to content

Commit 57f0d45

Browse files
committed
ci: fix terraform workspace
1 parent 54ed996 commit 57f0d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
GITHUB_APP_INSTALLATION_ID: ${{ vars.GH_APP_INSTALLATION_ID }}
1818
GITHUB_APP_PEM_FILE: ${{ secrets.GH_APP_PEM_FILE }}
1919
# Terraform configuration
20-
TF_WORKSPACE: ${{ github.repository_owner }}
20+
TF_WORKSPACE: ${{ vars.GH_OWNER }}
2121
TF_VAR_config: test.yaml
2222
TF_IN_AUTOMATION: true
2323

0 commit comments

Comments
 (0)