Skip to content

Metrics

Metrics #1195

Workflow file for this run

name: Metrics
on:
# Updated daily
schedule: [{cron: "0 0 * * *"}]
# Or manually
workflow_dispatch:
# Or when pushing to main
push: {branches: ["main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
user: tmc
template: classic
base: header, activity, community, repositories, metadata
plugin_followup: yes
plugin_followup_sections: repositories
repositories: 1000
repositories_forks: yes