i am using my github repository to constant update a site i made using shazam core api, the api key is stored in an env file(locally) which is safe but is not uploaded on github due to .gitignore security.but the hosting will not work without the api key. the enviroment variable are too giving error!
Failed to load resource: the server responded with a status of 429 () "message":"Invalid API key. Go to https://docs.rapidapi.com/docs/keys for more info."}
thanks.
trying to find a way to use my env file on github without exposing it