Skip to content

Commit 72eaa15

Browse files
authored
Update test.yml
1 parent 46e0418 commit 72eaa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Use Kubernetes Troubleshooting Action
2626
uses: becloudready/k8s-interview-action@v29
2727
env:
28-
KUBECONFIG: /home/runner/.kube/config
28+
KUBECONFIG: ${{ secrets.KUBECONFIG }
2929

3030
- name: Apply Deployment and ConfigMap to Kubernetes
3131
run: |

0 commit comments

Comments
 (0)