Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
/ waka-box Public archive

📊 Update a pinned gist to contain your weekly WakaTime stats

License

Notifications You must be signed in to change notification settings

matchai/waka-box

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

waka-box

Update a pinned gist to contain your weekly WakaTime stats


📌✨ For more pinned-gist projects like this one, check out:https://github /matchai/awesome-pinned-gists

Setup

Prep work

  1. Create a new public GitHub Gist (https://gist.github /)
  2. Create a token with thegistscope and copy it. (https://github /settings/tokens/new)
  3. Create a WakaTime account (https://wakatime /signup)
  4. In your WakaTime profile settings (https://wakatime /settings/profile) ensureDisplay coding activity publiclyandDisplay languages, editors, operating systems publiclyare checked.
  5. In your account settings, copy the existing WakaTime API Key (https://wakatime /settings/api-key)

Project setup

  1. Fork this repo
  2. Go to the repoSettings > Secrets
  3. Add the following environment variables:
    • GIST_ID:The ID portion from your gist url:https://gist.github /matchai/6d5f84419863089a167387da62dd7081.
    • GH_TOKEN:The GitHub token generated above.
    • WAKATIME_API_KEY:The API key for your WakaTime account.