Skip to content

Commit 5c73e9c

Browse files
committed
feat: wakatime workflow
1 parent 908c29b commit 5c73e9c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/readme-stats.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: WakaTime on Readme
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: "30 0 * * *"
6+
jobs:
7+
update-readme:
8+
name: WakaReadme DevMetrics
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: athul/waka-readme@master
12+
with:
13+
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
14+
BLOCKS: ⣀⣄⣤⣦⣶⣷⣿
15+
TIME_RANGE: all_time
16+
SHOW_TIME: true
17+
SHOW_TOTAL: true
18+
SHOW_MASKED_TIME: true

0 commit comments

Comments
 (0)