Skip to content

Commit

Permalink
add the firebase service account file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevtechi committed Oct 26, 2024
1 parent 2d5b9cf commit 6433841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Add firebase.json file
run: echo "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}" > ./supabase/functions/_firebase/firebase.json

- uses: supabase/setup-cli@v1
with:
version: latest
Expand Down

0 comments on commit 6433841

Please sign in to comment.