From de71f8ec2a5a588d7b5f52528b277154956eec57 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Fri, 2 Jan 2026 14:09:50 -0700 Subject: [PATCH] env --- .github/workflows/apply-kubernetes.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apply-kubernetes.yml b/.github/workflows/apply-kubernetes.yml index a02e10a..dc35474 100644 --- a/.github/workflows/apply-kubernetes.yml +++ b/.github/workflows/apply-kubernetes.yml @@ -17,10 +17,11 @@ jobs: fi update-infrastructure: runs-on: [home-server] - needs: update-repo + needs: update-repo steps: - name: update home server containers env: + KUBECONFIG: .kube/config MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} HOMEASSISTANT_TOKEN: ${{ secrets.HOMEASSISTANT_TOKEN }} GRAFANA_PASSWORD: ${{ secrets.GRAFANA_PASSWORD }} @@ -28,6 +29,5 @@ jobs: COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }} working-directory: /home/github/infrastructure/infrastructure run: | - ls -alh kubectl apply -f kubernetes/ingress - kubectl apply -f kubernetes/proxy-ingress \ No newline at end of file + kubectl apply -f kubernetes/proxy-ingress