Skip to content

Metrics

Metrics #928

Workflow file for this run

name: Metrics
on:
# Schedule daily updates
schedule: [{cron: "0 0 * * *"}]
# (optional) Run workflow manually
workflow_dispatch:
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
user: ${{ github.repository_owner }}
filename: profile/metrics.base.svg
plugin_languages: yes
plugin_languages_details: lines, percentage
plugin_languages_limit: 10
plugin_languages_threshold: 2%