Skip to content

Full-year calendar

Full-year calendar #66

Workflow file for this run

name: Full-year calendar
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: lowlighter/metrics@latest
with:
filename: metrics.plugin.isocalendar.half-year.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_isocalendar: yes