Skip to content

Commit

Permalink
update firebase hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 19, 2024
1 parent 59b829a commit cb86096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_UP_WINDOW_ANGULAR }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_VOICEWAVE_ANGULAR }}
channelId: live
projectId: voicewave-angular
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_UP_WINDOW_ANGULAR }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_VOICEWAVE_ANGULAR }}
projectId: voicewave-angular

0 comments on commit cb86096

Please sign in to comment.