From 896c186162abb24622e18dcae88f145971930894 Mon Sep 17 00:00:00 2001 From: Mauro Gabriel dos Santos Date: Sat, 7 Sep 2024 14:50:53 -0300 Subject: [PATCH] Fix: Update firebase hosting project ID in github actions workflows --- .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 f5e7568..8e0707f 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -22,4 +22,4 @@ jobs: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_M_AURO_PORTFOLIO }} channelId: live - projectId: clinica-de-olhos-da19d \ No newline at end of file + projectId: m-auro-portfolio \ No newline at end of file diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 40e65be..9ead39f 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -23,4 +23,4 @@ jobs: with: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_M_AURO_PORTFOLIO }} - projectId: clinica-de-olhos-da19d + projectId: m-auro-portfolio