You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to deploy using this on Github actions in my project, I get an error where it can't detect the environment variables I created in my project in netlify.
I have tried other ways like saving environment variables in Github repository secrets but still, the environment variables is not detected.
then when I try to push .env file to the repository, the project runs normally. But I want my .env not to be pushed to the repository, can I do that?
The text was updated successfully, but these errors were encountered:
When I try to deploy using this on Github actions in my project, I get an error where it can't detect the environment variables I created in my project in netlify.
I have tried other ways like saving environment variables in Github repository secrets but still, the environment variables is not detected.
then when I try to push .env file to the repository, the project runs normally. But I want my .env not to be pushed to the repository, can I do that?
The text was updated successfully, but these errors were encountered: