diff options
author | 2024-02-09 18:44:39 +0000 | |
---|---|---|
committer | 2024-02-09 18:44:39 +0000 | |
commit | c19b3aedbb48d470c79828983662554a96ec5641 (patch) | |
tree | 33bde3ff0da2107af86eab04bffed09cdbced942 | |
parent | Empty commit to test CI (diff) |
Revert to updated KUBECONFIG secret for deployment
-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 |