repo-stats.yml 439 B

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