diff --git a/README.md b/README.md index 5de17f3..3c82830 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The lines will be our entrypoints for our metrics. ## Using it -- Get your Wakatime API Key and save it as `WAKATIME_API_KEY = ` in your Repository Secrets +- Get your Wakatime API Key from your [Account Settings in Wakatime](https://wakatime.com/settings/account) and save it as `WAKATIME_API_KEY = ` in your Repository Secrets That's it. The Action runs everyday at 00.00 UTC @@ -49,7 +49,7 @@ jobs: if you're executing the workflow on another repo other than `/` -- Get a GitHub Access Token with a `repo` scope and save it in the Repo Secrets `GH_TOKEN = ` +- You'll need to get a GitHub Access Token with a `repo` scope and save it in the Repo Secrets `GH_TOKEN = ` Here is Sample Worflow File for running it