Relative Content

Tag Archive for firebasenext.jsgithub-actionscicd

Missing Firebase SA Credentials in GitHub Actions

I’m trying to implement CI/CD for a simple NextJS app router with Firebase. Of course, Firebase SA credentials are not recommended to be pushed into repos. I am unable to build the app as one my file imports the missing credentials. The main issue is that I kept trying to create the SA cred file from within my GitHub Actions workflow but it still couldn’t find the file. I’ve already stored the GitHub environment variables.