Skip to content

Commit

Permalink
Adding repo metric GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley authored Apr 19, 2020
1 parent ff65d81 commit fe09410
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Aggregit

on:
schedule:
- cron: "0 0 * * *"

jobs:
recordMetrics:
runs-on: ubuntu-latest
steps:
- uses: michaeljolley/[email protected]
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
project_id: ${{ secrets.project_id }}
private_key: ${{ secrets.private_key }}
client_email: ${{ secrets.client_email }}
firebaseDbUrl: ${{ secrets.firebaseDbUrl }}

0 comments on commit fe09410

Please sign in to comment.