We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b427412 commit a3b7004Copy full SHA for a3b7004
.github/workflows/firebase-hosting-merge.yml
@@ -23,6 +23,6 @@ jobs:
23
- uses: FirebaseExtended/action-hosting-deploy@v0
24
with:
25
repoToken: ${{ secrets.GITHUB_TOKEN }}
26
- firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_REACT_TASK_APP_45F27 }}
+ firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
27
channelId: live
28
projectId: ${{ secrets.VITE_FIREBASE_PROJECT_ID }}
.github/workflows/firebase-hosting-pull-request.yml
@@ -25,5 +25,5 @@ jobs:
29
0 commit comments