Skip to content

Metrics

Metrics #7

Workflow file for this run

name: Metrics
on:
schedule: [{ cron: "0 */2 * * *" }]
workflow_dispatch:
push: { branches: ["main"] }
jobs:
github-metrics:
runs-on: ubuntu-latest
environment:
name: production
permissions:
contents: write
steps:
# See action.yml for all options
- uses: lowlighter/metrics@latest
with:
# core
token: ${{ secrets.METRICS_TOKEN }}
user: tibimac
template: classic
config_timezone: Europe/Paris
# base
base: header, activity, community, repositories, metadata
base_indepth: true
# lines
plugin_lines: yes
# languages
plugin_languages: yes
# sponsorships
plugin_sponsorships: yes
# achievements
plugin_achievements: yes