Skip to content

Commit af4c382

Browse files
authored
Update test.yml
1 parent 491781b commit af4c382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
2525
- name: Use Kubernetes Troubleshooting Action
2626
uses: becloudready/k8s-interview-action@v25
27-
env:
28-
KUBECONFIG: /root/.kube/config
27+
with:
28+
kubeconfig: ${{ secrets.KUBECONFIG }}
2929

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

0 commit comments

Comments
 (0)