Skip to content

Commit 281403f

Browse files
authored
Pooja/fix deploy (#43)
* Log broken links to see if deployment is fixed * Make config changes for fixing deployment * Update the Github Firebase Deploy workflow with official Github Action * Update workflow
1 parent 5872ad0 commit 281403f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
- name: Deploy to Firebase Hosting
2525
uses: FirebaseExtended/action-hosting-deploy@v0
2626
with:
27-
repoToken: "${{ secrets.FIREBASE_TOKEN }}"
28-
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_flutterflow_docs_82026 }}"
27+
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
2928
projectId: flutterflow-docs-82026
29+
channelId: live
30+
repoToken: "${{secrets.GITHUB_TOKEN}}"
3031

3132

3233

0 commit comments

Comments
 (0)