We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01c694 commit 0b77b38Copy full SHA for 0b77b38
.github/workflows/crossplane.yaml
@@ -121,7 +121,7 @@ jobs:
121
name: Terraform
122
working-directory: ./scripts/crossplane
123
run: |
124
- echo "${{ secrets.STAGING_KUBECONFIG }}" > ${{ github.workspace }}/kubeconfig.yaml
+ echo "${{ secrets.STG_KUBECONFIG }}" > ${{ github.workspace }}/kubeconfig.yaml
125
export KUBECONFIG=${{ github.workspace }}/kubeconfig.yaml
126
terraform apply -auto-approve -no-color \
127
-var-file=${{ inputs.environment }}.tfvars \
0 commit comments