diff options
author | 2024-01-25 16:16:35 +0000 | |
---|---|---|
committer | 2024-01-25 16:16:35 +0000 | |
commit | 69e3399d901d7a19a9ed35efcd6765e42698e00a (patch) | |
tree | 68fa65b973256a2401223fbf8cc7e9123154444c /.github | |
parent | Format code to new ruff formatter standards (diff) |
Test new kubeconfig file
Diffstat (limited to '.github')
-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 3f27c5b..bc43dc0 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.KUBECONFIG }} + kubeconfig: ${{ secrets.TEST }} - name: Deploy to Kubernetes uses: azure/k8s-deploy@v4 |