Skip to content

Commit 5c46fcc

Browse files
committed
fix: update environment variable for Firebase deployment
1 parent d99ad38 commit 5c46fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
npm install -g firebase-tools
4747
firebase deploy --only functions
4848
env:
49-
FIREBASE_TOKEN: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_THINGS_TO_COMPLETE }}"
49+
GOOGLE_APPLICATION_CREDENTIALS: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_THINGS_TO_COMPLETE }}"
5050
FIREBASE_PROJECT_ID: things-to-complete

0 commit comments

Comments
 (0)