Skip to content

WakaTime Stats

WakaTime Stats #284

Workflow file for this run

name: WakaTime Stats
on:
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
workflow_dispatch:
jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@v0.3.1
with:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
SHOW_TITLE: true
SHOW_EDITORS: true
SHOW_OS: true
SHOW_LANGUAGES: true
SHOW_TIME: true
SHOW_TOTAL: true