Skip to content

Commit 2676662

Browse files
Create waka-readme.yml
1 parent ce9c088 commit 2676662

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/waka-readme.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: WakaTime Readme
2+
3+
on:
4+
schedule:
5+
- cron: '0 */12 * * *' # Runs every 12 hours
6+
workflow_dispatch: # Allows manual trigger
7+
8+
jobs:
9+
update-readme:
10+
name: Update WakaTime Stats
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout Repository
14+
uses: actions/checkout@v4
15+
16+
- name: WakaTime Readme
17+
uses: athul/waka-readme@v3
18+
with:
19+
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
20+
SHOW_TITLE: true
21+
BLOCKS: ░▒▓█
22+
TIME_RANGE: last_7_days
23+
SHOW_TIME: true
24+
SHOW_TOTAL: true
25+
SHOW_MASKED_TIME: false

0 commit comments

Comments
 (0)