You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
waka-box
v4.0.2
Update a pinned gist to contain your weekly WakaTime stats
📌✨ For more pinned-gist projects like this one, check out: https://github.com/matchai/awesome-pinned-gists
- Create a new public GitHub Gist (https://gist.github.com/)
- Create a token with the
gist
scope and copy it. (https://github.com/settings/tokens/new) - Create a WakaTime account (https://wakatime.com/signup)
- In your account settings, copy the existing WakaTime API Key (https://wakatime.com/settings/api-key)
-
Fork this repo
-
Edit the environment variable in
.github/workflows/schedule.yml
:- GIST_ID: The ID portion from your gist url:
https://gist.github.com/matchai/
6d5f84419863089a167387da62dd7081
.
- GIST_ID: The ID portion from your gist url:
-
Go to the repo Settings > Secrets
-
Add the following environment variables:
- GH_TOKEN: The GitHub token generated above.
- WAKATIME_API_KEY: The API key for your WakaTime account.