Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit d88944d

Browse files
Adding repo metric GitHub action
Adding GitHub Action to record repository metrics to Firebase
1 parent e6df244 commit d88944d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/metrics.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 }}

0 commit comments

Comments
 (0)