How to deploy React Project in Netlify from Github with private file

Hello,
I did a project in React that uses personal information of my Spotify user, so I put those informations in a separated file, then I used gitignore in that file. So my repository don’t have that file.
Now I want to deploy the project to Netfily but i don’t want share my private information, but when netfily tries to build project it misses that private file because is not on github.
What is the solution for this?
Thanks

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.