mirror of
https://github.com/yawaflua/yawaflua.git
synced 2025-12-10 04:29:29 +02:00
53 lines
1.9 KiB
YAML
53 lines
1.9 KiB
YAML
# Visit https://github.com/lowlighter/metrics#-documentation for full reference
|
|
name: Metrics
|
|
on:
|
|
# Schedule updates (each hour)
|
|
schedule: [{cron: "0 * * * *"}]
|
|
# Lines below let you run workflow manually and on each commit
|
|
workflow_dispatch:
|
|
push: {branches: ["master", "main"]}
|
|
jobs:
|
|
github-metrics:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
contents: write
|
|
steps:
|
|
- uses: lowlighter/metrics@latest
|
|
with:
|
|
# Your GitHub token
|
|
# The following scopes are required:
|
|
# - public_access (default scope)
|
|
# The following additional scopes may be required:
|
|
# - read:org (for organization related metrics)
|
|
# - read:user (for user related data)
|
|
# - read:packages (for some packages related data)
|
|
# - repo (optional, if you want to include private repositories)
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
|
|
# Options
|
|
user: yawaflua
|
|
template: classic
|
|
base: header, activity, community, repositories, metadata
|
|
base_hireable: yes
|
|
config_display: columns
|
|
config_timezone: Europe/Moscow
|
|
plugin_introduction: yes
|
|
plugin_introduction_title: yes
|
|
plugin_music: yes
|
|
plugin_music_limit: 4
|
|
plugin_music_mode: playlist
|
|
plugin_music_provider: spotify
|
|
plugin_music_time_range: short
|
|
plugin_music_top_type: tracks
|
|
plugin_music_user: 31ejs2ixd3zqt7dxqusgn6it2x2e
|
|
plugin_pagespeed: yes
|
|
plugin_pagespeed_detailed: yes
|
|
plugin_pagespeed_url: .user.website
|
|
plugin_steam: yes
|
|
plugin_steam_achievements_limit: 2
|
|
plugin_steam_games_limit: 1
|
|
plugin_steam_playtime_threshold: 2
|
|
plugin_steam_recent_games_limit: 1
|
|
plugin_steam_sections: player, most-played, recently-played
|
|
plugin_steam_user: 76561198810888396
|