Wakatime update + Blog.

This commit is contained in:
youngchief btw ツ 2022-11-23 14:09:16 -08:00
parent 1910d75a79
commit 43901b8b57
Signed by: youngchief
GPG Key ID: D0B82F3B62643A2D
3 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Update blog posts section.
name: Blog
on:
schedule:

15
.github/workflows/wakatime.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Wakatime
on:
workflow_dispatch: # for manual workflow trigger
schedule:
- cron: '0 8 * * *' # runs at every 12AM UTC
jobs:
update-readme:
name: Wakatime
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}

View File

@ -34,7 +34,8 @@ My website: https://ycws.vercel.app
![YoungChief's Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=youngchief-btw&langs_count=10&count_private=true&show_icons=true&theme=tokyonight&layout=compact)
![YoungChief's wakatime stats](https://github-readme-stats.vercel.app/api/wakatime?username=youngchief&show_icons=true&theme=tokyonight&layout=compact)
<!--START_SECTION:waka-->
<!--END_SECTION:waka-->
---