diff --git a/.github/workflows/function_deploy.yml b/.github/workflows/function_deploy.yml index e2fe484c..16da57b1 100644 --- a/.github/workflows/function_deploy.yml +++ b/.github/workflows/function_deploy.yml @@ -49,8 +49,8 @@ jobs: - name: Deploy Firebase functions run: | - cd khelo/functions - ls -a + cd khelo + export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/functions/google-application-credentials.json firebase deploy --only functions --debug - name: Remove credentials file