Skip to content

Commit 9a21788

Browse files
committed
change github action
1 parent 3d125c5 commit 9a21788

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/firebase-deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
projectId: things-to-complete
4343

4444
- name: Deploy Functions
45-
uses: aronep6/action-functions-deploy@v1.0.0
45+
uses: Ktoxcon/action-cloud-functions-deploy@0.1.0
4646
with:
47-
serviceAccountKey: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_THINGS_TO_COMPLETE }}"
47+
repoToken: "${{ secrets.GITHUB_TOKEN }}"
48+
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_THINGS_TO_COMPLETE }}"
49+
channelId: live
4850
projectId: things-to-complete

0 commit comments

Comments
 (0)