Wakatime readme for your github profile
Apr 12, 2023Arkar Kaung Myat
Dev Tools
Waka time is a great way to track your productivity day by day and here is how you can embed it in your github profile.
name: Waka Readme
on:
schedule:
# Runs at 12am IST
- cron: '30 18 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update Readme with Metrics
runs-on: ubuntu-latest
steps:
- uses: anmol098/waka-readme-stats@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_OS: "True"
SHOW_PROJECTS: "False"
SHOW_LINES_OF_CODE : "True"
SHOW_COMMIT : "True"
SHOW_DAYS_OF_WEEK : "True"
SHOW_LANGUAGE : "True"
SHOW_EDITORS : "True"
SHOW_SHORT_INFO : "True"
SHOW_TIMEZONE : "True"