-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (41 loc) · 1.4 KB
/
Copy pathmetrics.yml
File metadata and controls
42 lines (41 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
name: Metrics
on:
schedule:
- cron: "20 5 * * *"
push:
branches:
- main
workflow_dispatch:
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: lirc572
template: classic
base: header, activity, community, repositories, metadata
config_timezone: Asia/Singapore
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year
plugin_habits: yes
plugin_habits_from: 200
plugin_habits_days: 14
plugin_habits_facts: yes
plugin_habits_charts: yes
plugin_languages: yes
plugin_pagespeed: yes
plugin_pagespeed_detailed: yes
plugin_pagespeed_screenshot: yes
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
plugin_stargazers: yes
plugin_music: yes
plugin_music_provider: spotify
plugin_music_playlist: https://open.spotify.com/embed/playlist/6AXfGrj0Ohm5XSTv0tKsB0
plugin_music_limit: 5