Skip to content

Metrics

Metrics #82

Workflow file for this run

name: Metrics
on:
# Schedule daily updates
schedule: [{cron: "0 0 * * *"}]
# (optional) Run workflow manually
workflow_dispatch:
# (optional) Run workflow when pushing on master/main
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
environment:
name: production
permissions:
contents: write
steps:
- name: WakaTime
uses: lowlighter/metrics@latest
with:
filename: github-metrics/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 }}