github-repo-stats.yml 353 B

12345678910111213141516
  1. name: GHRS:ghrs
  2. on:
  3. schedule:
  4. - cron: "0 23 * * *"
  5. workflow_dispatch: # Allow for running this manually.
  6. jobs:
  7. j1:
  8. name: github-repo-stats
  9. runs-on: ubuntu-latest
  10. steps:
  11. - name: GHRS
  12. uses: jgehrcke/github-repo-stats@RELEASE
  13. with:
  14. repository: jdf2e/nutui
  15. ghtoken: ${{ secrets.GIT_ACTION }}