We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c46fcc commit 5c3ef4aCopy full SHA for 5c3ef4a
.github/workflows/firebase-deploy.yml
@@ -44,7 +44,8 @@ jobs:
44
- name: Deploy Functions
45
run: |
46
npm install -g firebase-tools
47
+ firebase login:ci --token=${FIREBASE_SERVICE_ACCOUNT}
48
firebase deploy --only functions
49
env:
- GOOGLE_APPLICATION_CREDENTIALS: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_THINGS_TO_COMPLETE }}"
50
+ FIREBASE_SERVICE_ACCOUNT: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_THINGS_TO_COMPLETE }}"
51
FIREBASE_PROJECT_ID: things-to-complete
0 commit comments