From 202304330a6cc1d1720434228d5d2944417b6339 Mon Sep 17 00:00:00 2001 From: Marvin Scham <67930021+marvinscham@users.noreply.github.com> Date: Tue, 21 Jun 2022 07:26:52 +0200 Subject: [PATCH] Added WakaTime integration --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 + +