Testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s

This commit is contained in:
Evrard Van Espen
2025-11-20 18:56:03 +00:00
parent e86e7287be
commit 4f49fcfa48

View File

@@ -27,7 +27,7 @@ jobs:
- name: Setup Kubectl
run: |
mkdir ~/.kube
export KUBECONFIG=${{ secrets.KUBECONFIG }}
export KUBECONFIG='${{ secrets.KUBECONFIG }}'
env
echo "$KUBECONFIG" > ~/.kube/config
cat ~/.kube/config