Skip to content

Commit 611bdff

Browse files
docs: add GITHUB_TOKEN env var example to README
1 parent b3b034d commit 611bdff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ gitingest https://github.com/cyclotruc/gitingest
8888
# Get your token from https://github.com/settings/personal-access-tokens
8989
gitingest https://github.com/username/private-repo --token github_pat_...
9090

91+
# Or set it as an environment variable
92+
export GITHUB_TOKEN=github_pat_...
93+
gitingest https://github.com/username/private-repo
94+
9195
# See more options
9296
gitingest --help
9397
```

0 commit comments

Comments
 (0)