docs: updated workflows examples and options descriptions (#772) [skip ci]
This commit is contained in:
12
source/plugins/wakatime/examples.yml
Normal file
12
source/plugins/wakatime/examples.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: ⏰ WakaTime
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.wakatime.svg
|
||||
token: NOT_NEEDED
|
||||
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, disable this
|
||||
plugin_wakatime_token: MOCKED_TOKEN
|
||||
use_mocked_data: yes
|
||||
Reference in New Issue
Block a user