Skip to content

Metrics

Metrics #32677

Workflow file for this run

# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
on:
# Schedule updates
schedule: [{cron: "0 * * * *"}]
# 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: gadenbuie
template: classic
base: header, activity, community, repositories, metadata
config_animations: yes
config_timezone: America/New_York
plugin_languages: yes
plugin_languages_ignored: html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell, gnuplot
plugin_languages_skipped: gadenbuie, garrickadenbuie-com, covid19-florida-ahca
plugin_habits: yes
plugin_habits_from: 250
plugin_habits_days: 14
plugin_habits_facts: yes
plugin_habits_charts: yes