You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the tools need your GitHub credentials to work. You can either
18
44
19
-
If you prefer not to provide your login credentials, [follow these instructions](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
45
+
1. Run any of the tools and you will be asked in a prompt to provide your
46
+
username and password in order to create a personal access token.
47
+
2. Or, create a personal access token yourself on Github, then set them up
48
+
using an editor.
49
+
50
+
If you prefer option 2, [follow these instructions](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
20
51
to create the token.
21
52
22
53
Note: We need to read the email of the PR author in order to check if it matches
@@ -32,18 +63,31 @@ Then create an rc file (`~/.ncurc` or `$XDG_CONFIG_HOME/ncurc`):
32
63
}
33
64
```
34
65
35
-
If you would prefer to build from the source, install and link:
66
+
Note: you could use `ncu-config` to configure these variables, but it's not
67
+
recommended to leave your tokens in your command line history.
0 commit comments