We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0673ac0 commit ec262bdCopy full SHA for ec262bd
README.md
@@ -35,5 +35,5 @@ You can enable Google Tag Manager on your instance by setting `gtm-id`:
35
* `cd github-profile-summary`
36
* `docker build -t github-profile-summary .`
37
* `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`
+* OR with a token `docker run -it --rm --name github-profile-summary -p 7070:7070 -e "API_TOKENS=mytoken1,mytoken2" github-profile-summary`
39
* browse to http://localhost:7070
0 commit comments