Skip to content

Commit

Permalink
Add cd step to debug auth
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 16, 2024
1 parent e6b174c commit 4d97bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
cleanup_credentials: true
- name: List firebase projects
run: firebase projects:list
- name: Output auth details
run: cat $GOOGLE_APPLICATION_CREDENTIALS
- name: Install dependencies
run: npm install
working-directory: checkout-prefix
Expand Down

0 comments on commit 4d97bb6

Please sign in to comment.