abordage/wakatime-gist
Show your WakaTime statistics in a pinned gist for your GitHub profile
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Aug 24, 2026
- Maintenance Recency
- Activelast commit Aug 24, 2026
- License
- MIT
Pinned Snippet
uses: abordage/wakatime-box@cbf6b5d47e955accd35d84eb56a608cc528e615e # v3.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GH_TOKEN | GitHub token with gist scope | yes | — |
| WAKA_API_KEY | API key for your WakaTime account | yes | — |
| GIST_ID | ID of the Gist to update | yes | — |
| WAKATIME_BASE_URL | Base URL for WakaTime API (for self-hosted instances like Wakapi) | — | https://wakatime.com/api/v1 |
| MAX_RESULT | Maximum number of languages to display | — | 5 |
| DATE_RANGE | Time range for statistics (last_7_days, last_30_days, last_6_months, last_year, all_time) | — | last_7_days |
| PRINT_SUMMARY | Print summary to GitHub Actions summary | — | true |
| USE_OLD_FORMAT | Use old format with bar chart | — | false |
Outputs
no outputs