Skip to content

Commit ec262bd

Browse files
M157qtipsy
M157q
authored andcommitted
Fix README for using GitHub tokens while running via Docker locally (#66)
Which has been written in `src/main/kotlin/app/Config.kt`. Should use "API_TOKENS" not "TOKENS".
1 parent 0673ac0 commit ec262bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ You can enable Google Tag Manager on your instance by setting `gtm-id`:
3535
* `cd github-profile-summary`
3636
* `docker build -t github-profile-summary .`
3737
* `docker run -it --rm --name github-profile-summary -p 7070:7070 github-profile-summary`
38-
* OR with a token `docker run -it --rm --name github-profile-summary -p 7070:7070 -e "TOKENS=mytoken1,mytoken2" github-profile-summary`
38+
* OR with a token `docker run -it --rm --name github-profile-summary -p 7070:7070 -e "API_TOKENS=mytoken1,mytoken2" github-profile-summary`
3939
* browse to http://localhost:7070

0 commit comments

Comments
 (0)