diff options
author | 2024-01-25 16:49:52 +0000 | |
---|---|---|
committer | 2024-01-25 16:49:52 +0000 | |
commit | c46a910d4dee5e99fe454a2293e00f6bac0e8d67 (patch) | |
tree | 0579d382d9a95353eb8936adf5e617a1cd20c1e1 | |
parent | Empty commit for CI (diff) |
Revert to old kubeconfig
-rw-r--r-- | .github/workflows/build-deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 87bba82..fd6795a 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -65,7 +65,7 @@ jobs: uses: azure/k8s-set-context@v3 with: method: kubeconfig - kubeconfig: ${{ secrets.TEST }} + kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy to Kubernetes uses: azure/k8s-deploy@v4 |