Skip to content

Repository Stats

Repository Stats #16

Workflow file for this run

name: Repository Stats
on:
schedule:
- cron: "0 23 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
repo-stats:
name: collect-stats
runs-on: ubuntu-latest
steps:
- name: Run github-repo-stats
uses: jgehrcke/[email protected]
with:
ghtoken: ${{ secrets.GHRS_GITHUB_API_TOKEN }}