From 08408a7383194f4883c048516fc7bce24f9cf185 Mon Sep 17 00:00:00 2001 From: sidhdhi canopas Date: Mon, 9 Sep 2024 11:05:54 +0530 Subject: [PATCH] refactor --- .github/workflows/function_deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/function_deploy.yml b/.github/workflows/function_deploy.yml index 44f4eff5..e7ede794 100644 --- a/.github/workflows/function_deploy.yml +++ b/.github/workflows/function_deploy.yml @@ -57,6 +57,9 @@ jobs: GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} run: | echo $GOOGLE_APPLICATION_CREDENTIALS | base64 -di > google-application-credentials.json + echo "Credentials file saved at:" + pwd + ls -la google-application-credentials.json - name: Use Firebase Dev run: |