We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fbb7b commit 3ed8375Copy full SHA for 3ed8375
.github/workflow-scripts/collectNightlyOutcomes.js
@@ -118,7 +118,6 @@ async function collectResults(discordWebHook) {
118
} else {
119
console.log('Discord webhook not set');
120
}
121
- process.exit(1);
122
123
124
// Initialize Firebase client
.github/workflow-scripts/firebaseUtils.js
@@ -15,7 +15,7 @@ class FirebaseClient {
15
this.password = process.env.FIREBASE_APP_PASS;
16
this.apiKey = process.env.FIREBASE_APP_APIKEY;
17
this.projectId = process.env.FIREBASE_APP_PROJECTNAME;
18
- this.databaseUrl = `${this.projectId}-default-rtdb.firebaseio.com`;
+ this.databaseUrl = `${this.projectId}.firebaseio.com`;
19
this.idToken = null;
20
21
0 commit comments