Skip to content

Metrics

Metrics #9

Workflow file for this run

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: penrodlol
template: classic
base: repositories
config_timezone: America/New_York
plugin_lines: yes
plugin_lines_history_limit: 1
plugin_lines_repositories_limit: 4
plugin_lines_sections: base