Skip to content

Commit

Permalink
update firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushkh committed Dec 21, 2023
1 parent 6a070f8 commit 8050ff8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TCL_27_SHOPPING_LIST }}'
firebaseServiceAccount: >-
${{ secrets.FIREBASE_SERVICE_ACCOUNT_TCL_27_SMART_SHOPPING_LI_EA3A6
}}
channelId: live
projectId: tcl-27-shopping-list
projectId: tcl-27-smart-shopping-li-ea3a6
6 changes: 4 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TCL_27_SHOPPING_LIST }}'
projectId: tcl-27-shopping-list
firebaseServiceAccount: >-
${{ secrets.FIREBASE_SERVICE_ACCOUNT_TCL_27_SMART_SHOPPING_LI_EA3A6
}}
projectId: tcl-27-smart-shopping-li-ea3a6

0 comments on commit 8050ff8

Please sign in to comment.