Skip to content

Commit

Permalink
[BUILD]: firebase authentication rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Mar 11, 2024
1 parent 255a2cf commit 5f40127
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,10 @@ jobs:
- name: Deploy to Firebase
run: |
cd functions
echo "${{ github.workspace }}"
ls -al
export GOOGLE_APPLICATION_CREDENTIALS="${{ github.workspace }}/functions/havit-wesopt29-firebase-adminsdk-mgljp-478046b091.json"
firebase use dev
npm run dev
# env:
# FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

- name: action-slack
uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 5f40127

Please sign in to comment.