mirror of
https://github.com/Alvin-Zilverstand/Alvin-Zilverstand.git
synced 2026-03-06 13:20:58 +01:00
23 lines
604 B
YAML
23 lines
604 B
YAML
name: Generate GitHub Metrics
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 * * 0" # Runs every Sunday
|
|
workflow_dispatch: # Allow manual runs
|
|
|
|
jobs:
|
|
github-metrics:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: lowlighter/metrics@latest
|
|
with:
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
user: Alvin-Zilverstand
|
|
template: classic
|
|
base: header, activity, community, repositories, metadata
|
|
config_timezone: Europe/Amsterdam
|
|
|
|
# 📅 Isometric commit calendar
|
|
plugin_isocalendar: yes
|
|
plugin_isocalendar_duration: full-year
|