Skip to content

Commit fce3684

Browse files
authored
Update test.yml
1 parent fbb58d5 commit fce3684

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@v31
2727
env:
28-
KUBECONFIG: ${{ secrets.KUBECONFIG }}
28+
KUBECONFIG: ${{ env.KUBECONFIG }}
2929

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

0 commit comments

Comments
 (0)