Skip to content

Commit

Permalink
fix: 🐛 Fixing github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
YeyoM committed Jul 6, 2024
1 parent 9b4d071 commit 57af500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/firebase_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def initialize_firebase():
"token_uri": FIREBASE_TOKEN_URI,
"auth_provider_x509_cert_url": FIREBASE_AUTH_PROVIDER_X509_CERT_URL,
"client_x509_cert_url": FIREBASE_CLIENT_X509_CERT_URL,
"universe_domain": FIREBASE_UNIVERSE_DOMAIN,
}
)
firebase_admin.initialize_app(cred, {"databaseURL": FIREBASE_URL})
Expand Down

0 comments on commit 57af500

Please sign in to comment.