Skip to content

Commit 9dc54d4

Browse files
authored
fixup!
1 parent ab688cc commit 9dc54d4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,23 @@ To obtain the Jenkins API token
119119
`~/.ncurc.gpg` or `$XDG_CONFIG_HOME/ncurc.gpg`) with `jenkins_token` as key,
120120
like this:
121121

122+
<details open name="set-jenkins-token"><summary>With encryption (recommended)</summary>
123+
122124
```sh
123125
ncu-config set -x jenkins_token
124126
```
125127

128+
Note: Encryption is available only if you have `gpg` setup on your machine.
129+
130+
</details>
131+
<details name="set-jenkins-token"><summary>Without encryption</summary>
132+
133+
```sh
134+
ncu-config set jenkins_token
135+
```
136+
137+
</details>
138+
126139
### Protecting your credentials
127140

128141
Put the following entries into your

0 commit comments

Comments
 (0)