Add .env & private.json Checks within Action Pipeline #189
Labels
Easy
A simple problem or change that needs to be fixed or made.
Good first issue
Good for newcomers
Optimization
Changes that makes functionality faster or use less memory
Pipeline
Changes to our Github Actions Pipeline
Testing
Changes made to test files & suites
Description:
.github/workflows/main.yaml
What's the private.json? - As we migrate over to firebase-admin in the backend, we verify api credentials using a service account object within a file we rename
private.json
which should be located inserver/src/private/
. We need to ensure this doesn't get commited to our github repo for securityThe text was updated successfully, but these errors were encountered: