We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68b867 commit 6a48808Copy full SHA for 6a48808
.firebaserc
@@ -11,4 +11,4 @@
11
}
12
13
14
-}
+}
.github/workflows/build-publish-frontend.yml
@@ -48,9 +48,11 @@ jobs:
48
working-directory: frontend
49
50
- name: Deploy to Firebase
51
- uses: siku2/action-hosting-deploy@v0
+ uses: FirebaseExtended/action-hosting-deploy@v0
52
with:
53
- repoToken: "${{ secrets.GITHUB_TOKEN }}"
54
- firebaseToken: "${{ secrets.FIREBASE_HOSTING_TOKEN }}"
+ repoToken: '${{ secrets.GITHUB_TOKEN }}'
+ firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_YEW_RS }}'
55
channelId: live
56
- targets: playground
+ projectId: yew-rs
57
+ env:
58
+ FIREBASE_CLI_PREVIEWS: hostingchannels
0 commit comments