Skip to content

Commit 6a48808

Browse files
committed
let's switch to the official action
1 parent c68b867 commit 6a48808

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.firebaserc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
}
1212
}
1313
}
14-
}
14+
}

.github/workflows/build-publish-frontend.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ jobs:
4848
working-directory: frontend
4949

5050
- name: Deploy to Firebase
51-
uses: siku2/action-hosting-deploy@v0
51+
uses: FirebaseExtended/action-hosting-deploy@v0
5252
with:
53-
repoToken: "${{ secrets.GITHUB_TOKEN }}"
54-
firebaseToken: "${{ secrets.FIREBASE_HOSTING_TOKEN }}"
53+
repoToken: '${{ secrets.GITHUB_TOKEN }}'
54+
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_YEW_RS }}'
5555
channelId: live
56-
targets: playground
56+
projectId: yew-rs
57+
env:
58+
FIREBASE_CLI_PREVIEWS: hostingchannels

0 commit comments

Comments
 (0)