Skip to content

Commit

Permalink
build(actions): Auto deploy to firebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Oct 9, 2024
1 parent 8a76b57 commit f874684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:

- name: Deploy to Firebase
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_DEPLOY_TOKEN }}
run: firebase deploy --token "${{ secrets.FIREBASE_DEPLOY_TOKEN }}" --non-interactive
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
run: firebase deploy --token "${{ secrets.FIREBASE_TOKEN }}" --non-interactive

0 comments on commit f874684

Please sign in to comment.