Skip to content

Commit fcc6330

Browse files
committed
README update
1 parent ecdc8ec commit fcc6330

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
+4-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: WakaTime Readme
22

33
on:
4-
schedule:
5-
- cron: '0 20 * * *'
64
workflow_dispatch:
5+
schedule:
6+
# Runs at 12am UTC
7+
- cron: "0 0 * * *"
78

89
jobs:
910
update-readme:
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: ouuan/waka-readme@30days
1314
with:
14-
API_BASE_URL: ${{ secrets.WAKAPI_BASE_URL }}
1515
COMMIT_MESSAGE: Update Wakapi stats
1616
WAKATIME_API_KEY: ${{ secrets.WAKAPI_API_KEY }}
17+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
1718
BLOCKS: "⬜🟨🟩"

0 commit comments

Comments
 (0)