We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e0418 commit 72eaa15Copy full SHA for 72eaa15
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Use Kubernetes Troubleshooting Action
26
uses: becloudready/k8s-interview-action@v29
27
env:
28
- KUBECONFIG: /home/runner/.kube/config
+ KUBECONFIG: ${{ secrets.KUBECONFIG }
29
30
- name: Apply Deployment and ConfigMap to Kubernetes
31
run: |
0 commit comments