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 ece3a31 commit a37b1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/function_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "Working directory: $(pwd)"
- name: Install Dependencies
working-directory: ./functions
working-directory: /functions
run: |
npm ci
Expand All @@ -60,7 +60,7 @@ jobs:
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
run: |
cd khelo
# cd khelo
echo $GOOGLE_APPLICATION_CREDENTIALS | base64 -di > functions/google-application-credentials.json

- name: Use Firebase Dev
Expand Down

0 comments on commit a37b1d8

Please sign in to comment.