diff --git a/README.md b/README.md index 3ae6878..f4d0127 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ WebPageTest's GitHub Action lets you automatically run tests against WebPageTest ## Using the Action -1. Get a WebPageTest API Key and store it [as a secret in your repository's settings](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository). +1. [Get a WebPageTest API Key](https://app.webpagetest.org/ui/entry/wpt/signup) and store it [as a secret in your repository's settings](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository). ![WPT_API_KEY Secret in repo settings](/images/wpt-action-api-secret.png) @@ -185,4 +185,4 @@ And a `wpt-options.json` file containing: } ``` -The defaults values for the number of runs, location, and connectivity type would all be overwritten by the settings specified here. In addition, any ads defined by https://adblockplus.org/ would be automatically blocked. \ No newline at end of file +The defaults values for the number of runs, location, and connectivity type would all be overwritten by the settings specified here. In addition, any ads defined by https://adblockplus.org/ would be automatically blocked.