Skip to content

WakaTime

WakaTime #742

Workflow file for this run

# Visit https://github.com/lowlighter/metrics#-documentation for full reference
name: WakaTime
on:
# Schedule updates (At 12:30AM Every Night)
schedule: [{ cron: "30 0 * * *" }]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push: { branches: ["master", "main"] }
jobs:
github-metrics:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: WakaTime
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.wakatime.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_wakatime: yes
plugin_wakatime_sections: time, projects, projects-graphs, languages, languages-graphs, editors, os
plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }}
plugin_wakatime_user: DataCrusade1999
plugin_wakatime_days: 7