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

Metrics

Metrics #29076

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 0/2 * * *"}]
push: {branches: "main"}
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
# You'll need to setup a personal token in your secrets.
token: ${{ secrets.METRICS_TOKEN }}
# GITHUB_TOKEN is a special auto-generated token used for commits
committer_token: ${{ secrets.GITHUB_TOKEN }}
# Options
user: tomo2403
template: classic
base: header, activity, community, repositories, metadata
config_timezone: Europe/Berlin
plugin_followup: yes
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year
plugin_languages: yes
0