Skip to content

Commit

Permalink
added metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 21, 2023
1 parent f20bb83 commit ba89783
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:

jobs:
collect-github-metrics:
name: Collect GitHub Metrics
runs-on: ubuntu-latest
steps:
- name: run-ghrs
uses: jgehrcke/github-repo-stats@RELEASE
with:
ghtoken: ${{ secrets.ghrs_github_api_token }}

0 comments on commit ba89783

Please sign in to comment.