How do I hide an API key in Create React App?

I made a weather app in Create React App (create-react-app). How do I hide the API key so that I can commit to GitHub? Right now, the key is in App.js: const API_KEY = "123456";