repo-stats.yml 343 B

1234567891011121314151617
  1. name: GitHub Repo Stats
  2. on:
  3. schedule:
  4. - cron: "0 23 * * *"
  5. workflow_dispatch:
  6. jobs:
  7. repo-stats:
  8. name: repo-stats
  9. runs-on: ubuntu-latest
  10. steps:
  11. - name: run-ghrs
  12. uses: jgehrcke/github-repo-stats@v1
  13. with:
  14. repository: maziggy/bambuddy
  15. ghtoken: ${{ secrets.GHRS_GITHUB_API_TOKEN }}