Skip to content

Commit a9d43d8

Browse files
authored
Create metrics.yml
1 parent 366f8b9 commit a9d43d8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/metrics.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Metrics
2+
3+
on:
4+
schedule:
5+
- cron: "* * * * *" # Runs every minute
6+
workflow_dispatch:
7+
8+
jobs:
9+
github-metrics:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: lowlighter/metrics@latest
13+
with:
14+
filename: metrics.svg
15+
token: ${{ secrets.METRICS_TOKEN }}
16+
user: Aline-CROIRE
17+
base: header, repositories
18+
plugin_activity: yes
19+
plugin_languages: yes

0 commit comments

Comments
 (0)