Github Actions: How to store kubeconfig in github secrets

I have this kubeconfig file apiVersion: v1 clusters: – cluster: certificate-authority-data: *** server: *** name: *** contexts: – context: cluster: *** user: webhook name: ***** current-context: ***** kind: Config preferences: {} users: – name: webhook user: token: ${MY_APIKEY} I am storing it in secret in github that is named DEV_CLUSTER_KUBECONF I am also storing MY_APIKEY… Read More Github Actions: How to store kubeconfig in github secrets