diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 8ae68fd..4a4357e 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -12,5 +12,7 @@ jobs: run: curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" - name: Setting up kubeconfig run: echo "${{ secrets.KUBE_CONFIG }}" > kube.config + - name: Setup upterm session + uses: lhotari/action-upterm@v1 - name: Check if it works run: ./kubectl --kubeconfig ./kube.config get nodes