Skip to content

Commit 0b77b38

Browse files
committed
updated staging kubeconfig
1 parent b01c694 commit 0b77b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crossplane.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
name: Terraform
122122
working-directory: ./scripts/crossplane
123123
run: |
124-
echo "${{ secrets.STAGING_KUBECONFIG }}" > ${{ github.workspace }}/kubeconfig.yaml
124+
echo "${{ secrets.STG_KUBECONFIG }}" > ${{ github.workspace }}/kubeconfig.yaml
125125
export KUBECONFIG=${{ github.workspace }}/kubeconfig.yaml
126126
terraform apply -auto-approve -no-color \
127127
-var-file=${{ inputs.environment }}.tfvars \

0 commit comments

Comments
 (0)