File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Aggregit
2
+
3
+ on :
4
+ schedule :
5
+ - cron : " 0 0 * * *"
6
+
7
+ jobs :
8
+ recordMetrics :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : michaeljolley/aggregit@v1
12
+ with :
13
+ githubToken : ${{ secrets.GITHUB_TOKEN }}
14
+ project_id : ${{ secrets.project_id }}
15
+ private_key : ${{ secrets.private_key }}
16
+ client_email : ${{ secrets.client_email }}
17
+ firebaseDbUrl : ${{ secrets.firebaseDbUrl }}
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ import com.opentok.ArchiveProperties;
190
190
191
191
Archive archive = opentok. startArchive(sessionId, new ArchiveProperties .Builder ()
192
192
.outputMode(Archive . OutputMode . INDIVIDUAL )
193
- .build()););
193
+ .build());
194
194
195
195
// Store this archiveId in the database for later use
196
196
String archiveId = archive. getId();
You can’t perform that action at this time.
0 commit comments