Skip to content

Commit f645346

Browse files
committed
Update README.md
1 parent ad8bc95 commit f645346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
- command: yarn install
1515
plugins:
1616
seek-oss/private-npm:
17-
token: abc123
17+
token: ${NPM_TOKEN}
1818
```
1919
2020
You can also specify a custom npm registry if you are using your own mirror.
@@ -24,15 +24,15 @@ steps:
2424
- command: yarn install
2525
plugins:
2626
seek-oss/private-npm:
27-
token: abc123
27+
token: ${NPM_TOKEN}
2828
registry: //myprivatenpm.com/
2929
```
3030
3131
## Configuration
3232
### `token` (required)
3333
The value of the NPM token.
3434

35-
> *NOTE* It's bad security to put your tokens into source control, so ideally this should be injected through the environment
35+
> *NOTE* It's bad security practise to put your secrets into source control. A better idea is to use environment variables.
3636

3737
### `registry` (optional)
3838
The path to a private npm repository. Please ensure you supply the trailing `/`!

0 commit comments

Comments
 (0)