From cb86096278b4a052c25235325a4053c49de98400 Mon Sep 17 00:00:00 2001 From: lucasferreiralimax Date: Sat, 19 Oct 2024 20:46:50 -0300 Subject: [PATCH] update firebase hosting --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index dd93f91..3e34246 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -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 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 0e67b8f..ee07d98 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -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