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

name: Waka Readme
on:
schedule:
# Runs at 12am IST
- cron: '* */6 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update this repos README
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}