File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ To obtain the Jenkins API token
100100 token in the inbox that appears, and click ` GENERATE ` .
1011014 . Copy the generated token.
1021025 . Add it into your ` ncurc ` file (` ~/.ncurc ` or ` $XDG_CONFIG_HOME/ncurc ` )
103- with ` jenkins_token ` as key, like this
103+ with ` jenkins_token ` as key, like this:
104104
105105 ``` json
106106 {
@@ -113,7 +113,9 @@ To obtain the Jenkins API token
113113
114114### Make sure your credentials won't be committed
115115
116- Put the following entries into ` ~/.gitignore_global `
116+ Put the following entries into your
117+ [ global ` gitignore ` file] ( https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreexcludesFile )
118+ (` $XDG_CONFIG_HOME/git/ignore ` or a file specified by ` core.excludesFile ` ):
117119
118120```
119121# node-core-utils configuration file
@@ -122,7 +124,7 @@ Put the following entries into `~/.gitignore_global`
122124.ncu
123125```
124126
125- Mind that` .ncu/land ` could contain your access token since it contains the
127+ Mind that ` .ncu/land ` could contain your access token since it contains the
126128serialized configurations.
127129
128130If you ever accidentally commit your access token on GitHub, you can simply
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ and then cache the responses from Jenkins so that the next time the command
111111is run, it picks up cached data written on disk for jobs whose results
112112are known.
113113
114- Note: results are cached in ` ${ncu_intallation_path }/.ncu/cache ` , so you
114+ Note: results are cached in ` ${ncu_installation_path }/.ncu/cache ` , so you
115115may want to clean it up from time to time.
116116
117117```
You can’t perform that action at this time.
0 commit comments