8000 Update github-metrics.svg - [Skip GitHub Action] · SkyboundLab/.github@7ab0712 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Metrics

Metrics #12

Workflow file for this run

name: Metrics
on:
schedule: [{cron: "0 0 * * *"}]
workflow_dispatch:
push: { branches: ["main"] }
jobs:
github-metrics:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
user: ${{ github.repository_owner }}
0