14 lines
475 B
YAML
14 lines
475 B
YAML
- name: WakaTime
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
filename: metrics.plugin.wakatime.svg
|
|
token: NOT_NEEDED
|
|
base: ""
|
|
plugin_wakatime: yes
|
|
plugin_wakatime_sections: time, projects, projects-graphs, languages, languages-graphs, editors, os
|
|
plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }}
|
|
prod:
|
|
# ⚠️ Using mocked data because I don't really use WakaTime
|
|
with:
|
|
plugin_wakatime_token: MOCKED_TOKEN
|
|
use_mocked_data: yes |