Skip to content

Org Metrics

Org Metrics #43

Workflow file for this run

# .github/workflows/metrics.yml
name: Org Metrics
on:
schedule: [{cron: "0 */12 * * *"}]
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
with:
filename: profile/metrics.svg
token: ${{ secrets.METRICS_TOKEN }} # fine-grained: read:org, read:public_repo
user: ModioStudio
template: classic
base: header, repositories
config_timezone: Europe/Berlin
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update org metrics"
file_pattern: "profile/metrics.svg"