We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cf771 commit 9f11031Copy full SHA for 9f11031
1 file changed
.github/workflows/firebase-deploy.yml
@@ -44,11 +44,11 @@ jobs:
44
- name: Install Functions dependencies
45
run: npm install
46
working-directory: ./functions
47
-
+
48
- name: Deploy Functions
49
uses: Ktoxcon/action-cloud-functions-deploy@0.1.0
50
with:
51
repoToken: "${{ secrets.GITHUB_TOKEN }}"
52
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_THINGS_TO_COMPLETE }}"
53
- channelId: live
+ channelId: live
54
projectId: things-to-complete
0 commit comments