File tree 2 files changed +6
-4
lines changed
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
100
100
token in the inbox that appears, and click ` GENERATE ` .
101
101
4 . Copy the generated token.
102
102
5 . 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:
104
104
105
105
``` json
106
106
{
@@ -113,7 +113,9 @@ To obtain the Jenkins API token
113
113
114
114
### Make sure your credentials won't be committed
115
115
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 ` ):
117
119
118
120
```
119
121
# node-core-utils configuration file
@@ -122,7 +124,7 @@ Put the following entries into `~/.gitignore_global`
122
124
.ncu
123
125
```
124
126
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
126
128
serialized configurations.
127
129
128
130
If 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
111
111
is run, it picks up cached data written on disk for jobs whose results
112
112
are known.
113
113
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
115
115
may want to clean it up from time to time.
116
116
117
117
```
You can’t perform that action at this time.
0 commit comments