Skip to content

Metrics Minimal

Metrics Minimal #535

name: Metrics Minimal
on:
# Schedule daily updates
schedule: [{cron: "0 0 * * *"}]
# (optional) Run workflow manually
workflow_dispatch:
# (optional) Run workflow when pushing on master/main
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
environment:
name: production
permissions:
contents: write
steps:
- uses: e-kotov/metrics@master
with:
token: ${{ secrets.METRICS_TOKEN }}
filename: github-metrics-minimal.svg
output_action: commit
committer_message: "chore: update metrics"
retries: 3
retries_delay: 900
optimize: css, xml
# Options
user: e-kotov
template: classic
base: header, meta
config_timezone: Europe/Berlin