Skip to content

Commit 557f6a7

Browse files
authored
Update test.yml
1 parent fb1413c commit 557f6a7

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Configure Kubernetes cluster
1919
run: |
2020
mkdir -p ~/.kube
21-
echo "${{ secrets.KUBECONFIG }}" > ~/.kube/config
21+
echo "${{ vars.KUBECONFIG }}" > ~/.kube/config
2222
kubectl get pods -A
2323
2424

0 commit comments

Comments
 (0)