My profile README. Feel free to fork :)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
315 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. name: Waka Readme
  2. on:
  3. schedule:
  4. # Runs at 12am IST
  5. - cron: '* */6 * * *'
  6. workflow_dispatch:
  7. jobs:
  8. update-readme:
  9. name: Update this repos README
  10. runs-on: ubuntu-latest
  11. steps:
  12. - uses: athul/waka-readme@master
  13. with:
  14. WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}