Skip to content

Commit d9f642a

Browse files
Create waka-readme.yml
1 parent e8f426d commit d9f642a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/waka-readme.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: WakaTime Stats
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *' # Runs every day at midnight UTC
6+
workflow_dispatch:
7+
8+
jobs:
9+
update-readme:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: athul/waka-readme@v0.3.1
13+
with:
14+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
15+
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
16+
SHOW_TITLE: true
17+
SHOW_EDITORS: true
18+
SHOW_OS: true
19+
SHOW_LANGUAGES: true
20+
SHOW_TIME: true
21+
SHOW_TOTAL: true

0 commit comments

Comments
 (0)