Skip to content

Metrics

Metrics #671

Workflow file for this run

name: Metrics
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"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
user: telosnetwork
base: header, activity, community, repositories, metadata
base_indepth: yes
plugin_followup: yes
plugin_followup_sections: repositories
plugin_languages: yes
plugin_people: yes
plugin_people_types: members
plugin_people_limit: 36