This action provides kubectl for Github Actions.
Inspired by :
.github/workflows/push.yml
KUBE_CONFIG_DATA – required: A base64-encoded kubeconfig file with credentials for Kubernetes to access the cluster. You can get it by running the following command:
cat $HOME/.kube/config | base64Note: Do not use kubectl config view as this will hide the certificate-authority-data.