athul/Waka - Readme
WakaTime coding activity graph in your profile readme
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Activelast commit Feb 18, 2026
- License
- MIT
Pinned Snippet
uses: athul/waka-readme@8539bedb8277066fc9fe1b47d1f9b108eb866494 # v0.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GH_TOKEN | GitHub access token with Repo scope | yes | ${{ github.token }} |
| WAKATIME_API_KEY | Your Wakatime/Wakapi/Hakatime API Key | yes | — |
| API_BASE_URL | Alternative API base URL when using a third-party WakaTime-ish backend | no | https://wakatime.com/api |
| REPOSITORY | Your GitHub repository | no | ${{ github.repository }} |
| SHOW_TITLE | Displays the week number and days in Readme as title | no | false |
| SECTION_NAME | Section name for data to appear in readme | no | waka |
| BLOCKS | Add the progress blocks of your choice | no | ░▒▓█ |
| CODE_LANG | Add syntax formatter for generated code | no | txt |
| TIME_RANGE | Time range of the queried statistics | no | last_7_days |
| LANG_COUNT | Maximum number of languages to be shown | no | 5 |
| SHOW_TIME | Displays the amount of time spent for each language | no | true |
| SHOW_TOTAL | Displays total coding time | no | false |
| SHOW_MASKED_TIME | Displays total coding time including unclassified languages | no | false |
| STOP_AT_OTHER | Stop data retrieval when language marked 'Other' is reached | no | false |
| IGNORED_LANGUAGES | Ignore space separated, listed languages | no | "" |
| COMMIT_MESSAGE | Add a commit message of your choice | no | Updated waka-readme graph with new metrics |
| TARGET_BRANCH | Target branch | no | NOT_SET |
| TARGET_PATH | Target file path | no | NOT_SET |
| COMMITTER_NAME | Committer name | no | NOT_SET |
| COMMITTER_EMAIL | Committer email | no | NOT_SET |
| AUTHOR_NAME | Author name | no | NOT_SET |
| AUTHOR_EMAIL | Author email | no | NOT_SET |
Outputs
no outputs