Skip to content
Snippets Groups Projects
Commit 060fe3d7 authored by Jessica Yao's avatar Jessica Yao
Browse files

fix link


Signed-off-by: default avatarJessica Yao <jessica@heptio.com>
parent 9099e895
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@
If you get an error saying something to the effect of `403 API rate limit of 60 still exceeded` you can work around that by getting a Github personal access token and setting it up so that `ks` can use it. Github has higher rate limits for authenticated users than unauthenticated users.
1. Go to https://github.com/settings/tokens and generate a new token. You don't have to give it any access at all as you are simply authenticating.
1. Go to [https://github.com/settings/tokens](https://github.com/settings/tokens) and generate a new token. You don't have to give it any access at all as you are simply authenticating.
2. Make sure you save that token someplace because you can't see it again. If you lose it you'll have to delete and create a new one.
3. Set an environment variable in your shell: `export GITHUB_TOKEN=<token>`. You may want to do this as part of your shell startup scripts (i.e. `.profile`).
\ No newline at end of file
3. Set an environment variable in your shell: `export GITHUB_TOKEN=<token>`. You may want to do this as part of your shell startup scripts (i.e. `.profile`).
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment