Skip to content

Metrics

Metrics #148

Workflow file for this run

name: Metrics
on:
# Schedule daily updates
schedule: [{cron: "0 0 */3 * *"}]
# (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
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
with:
plugin_activity: yes
plugin_languages: yes
plugin_traffic: yes
plugin_achievements: yes
# plugin_achievements_limit: 5
config_timezone: Europe/Budapest
token: ${{ secrets.METRICS_TOKEN }}
user: Vitorlas-Devs