Skip to content

Commit ee362b4

Browse files
Create waka.yaml
1 parent a4af11c commit ee362b4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/waka.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: WakaTime Readme 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: anmol098/waka-readme-stats@master
13+
with:
14+
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
15+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
16+
SHOW_OS: "True"
17+
SHOW_EDITORS: "True"

0 commit comments

Comments
 (0)