Skip to content

Commit 5a6462f

Browse files
committed
[DOC] update readme with authentication info
1 parent a1b0b06 commit 5a6462f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,17 @@ npm -g install @resultify/rh-cli
1313
## Commands
1414
- `rh -h` get general help
1515
- `rh` get info based on current directory
16+
17+
***
18+
19+
## Authentication for some commands
20+
21+
### One entry point to access keys
22+
23+
- Add access keys to `~/.rh/.env.root` file
24+
```bash
25+
hub_portalname=personal-access-key-for-hubspot-portal
26+
hub_portalname2=personal-access-key-for-hubspot-portal
27+
GITHUB_TOKEN=GitHub Classic Personal access token with full repo scope is required
28+
```
29+
***

0 commit comments

Comments
 (0)