Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Sep 9, 2024
1 parent e607a90 commit bca44a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/function_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
echo $GOOGLE_APPLICATION_CREDENTIALS | base64 -di > google-application-credentials.json
echo $FIREBASE_JSON_BASE64 | base64 --decode > firebase.json
- name: Verify Credentials Path
run: echo $GOOGLE_APPLICATION_CREDENTIALS

- name: Deploy Firebase functions
run: |
cd khelo
Expand Down

0 comments on commit bca44a8

Please sign in to comment.