diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 571afc4..fc2f08c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,3 +42,9 @@ jobs: plugin_languages_recent_load: 300 plugin_languages_sections: most-used plugin_languages_threshold: 0% + plugin_wakatime: yes + plugin_wakatime_token: ${{ secrets.WAKA_TOKEN }} + plugin_wakatime_days: 30 + plugin_wakatime_sections: time, projects-graphs, languages-graphs, editors + +