Skip to content

Metrics

Metrics #1213

Workflow file for this run

name: Metrics
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
environment:
name: production
steps:
- name: Generate Card
uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
user: ${{ github.repository_owner }}