We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b034d commit 611bdffCopy full SHA for 611bdff
README.md
@@ -88,6 +88,10 @@ gitingest https://github.com/cyclotruc/gitingest
88
# Get your token from https://github.com/settings/personal-access-tokens
89
gitingest https://github.com/username/private-repo --token github_pat_...
90
91
+# Or set it as an environment variable
92
+export GITHUB_TOKEN=github_pat_...
93
+gitingest https://github.com/username/private-repo
94
+
95
# See more options
96
gitingest --help
97
```
0 commit comments