mirror of
https://github.com/domfelipe/domfelipe.git
synced 2026-08-07 07:36:44 +00:00
33 lines
732 B
YAML
33 lines
732 B
YAML
name: Metrics
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
metrics:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: lowlighter/metrics@master
|
|
with:
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
committer_token: ${{ secrets.METRICS_TOKEN }}
|
|
|
|
plugin_isocalendar: yes
|
|
|
|
plugin_languages: yes
|
|
plugin_languages_limit: 5
|
|
plugin_languages_colors: '#4584b6,#ffdf5d,#616163,#4e8e4e,#356862,#e38844'
|
|
|
|
plugin_achievements: no
|
|
plugin_activity: no
|
|
plugin_posts: no
|
|
plugin_rss: no
|
|
|
|
template: classic
|
|
output_action: commit
|
|
plugins_errors_fatal: no
|