We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ed996 commit 57f0d45Copy full SHA for 57f0d45
1 file changed
.github/workflows/terraform.yaml
@@ -17,7 +17,7 @@ env:
17
GITHUB_APP_INSTALLATION_ID: ${{ vars.GH_APP_INSTALLATION_ID }}
18
GITHUB_APP_PEM_FILE: ${{ secrets.GH_APP_PEM_FILE }}
19
# Terraform configuration
20
- TF_WORKSPACE: ${{ github.repository_owner }}
+ TF_WORKSPACE: ${{ vars.GH_OWNER }}
21
TF_VAR_config: test.yaml
22
TF_IN_AUTOMATION: true
23
0 commit comments