Skip to content

Metrics

Metrics #278

Workflow file for this run

# Visit https://github.com/lowlighter/metrics#-documentation for full reference
name: Metrics
on:
# Schedule updates (each hour)
schedule: [{ cron: "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:
- uses: lowlighter/metrics@latest
with:
# Your GitHub token
# The following scopes are required:
# - public_access (default scope)
# The following additional scopes may be required:
# - read:org (for organization related metrics)
# - read:user (for user related data)
# - read:packages (for some packages related data)
# - repo (optional, if you want to include private repositories)
token: ${{ secrets.METRICS_TOKEN }}
# Options
user: heyFlorentin
template: classic
base: header, activity
config_display: large
config_timezone: Europe/Berlin
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year
plugin_languages: yes
plugin_languages_categories: markup, programming
plugin_languages_details: bytes-size
plugin_languages_indepth: yes
plugin_languages_limit: 8
plugin_languages_recent_categories: markup, programming
plugin_languages_recent_load: 500
plugin_languages_sections: most-used
filename: heyFlorentin.svg