Skip to content

Commit

Permalink
Fix: Update firebase hosting project ID in github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurog-rgba committed Sep 7, 2024
1 parent af3d401 commit 896c186
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 @@ -22,4 +22,4 @@ jobs:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_M_AURO_PORTFOLIO }}
channelId: live
projectId: clinica-de-olhos-da19d
projectId: m-auro-portfolio
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,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

0 comments on commit 896c186

Please sign in to comment.