Skip to content

Metrics

Metrics #3944

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)
# - public_repo
# - read:project
# 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: Juxtify4Spotify
template: classic
base: header, activity, community, repositories, metadata
config_octicon: yes
config_timezone: Europe/Bratislava
config_twemoji: yes
plugin_people: yes
plugin_people_shuffle: yes
plugin_people_size: 48
plugin_people_types: members
plugin_projects: yes
plugin_projects_limit: 4