Skip to content

Metrics

Metrics #648

Workflow file for this run

name: Metrics
on:
schedule: [{cron: "0 */6 * * *"}]
# Lines below let you run workflow manually and on each commit
push: {branches: ["master", "main"]}
workflow_dispatch:
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
# Your GitHub token
token: ${{ secrets.METRICS_TOKEN }}
# GITHUB_TOKEN is a special auto-generated token restricted to current repository, which is used to push files in it
committer_token: ${{ secrets.GITHUB_TOKEN }}
# Options
user: Zxayleral
template: classic
base: ""
config_animated: yes
config_timezone: Europe/Amsterdam
#plugin_languages: yes
#plugin_languages_ignored: html, css, Jupyter Notebook, Less
#plugin_languages_colors: github
#plugin_languages_details: percentage
plugin_stars: yes
plugin_stars_limit: 3
repositories_affiliations: owner # organization_member
filename: github-metrics.svg