Commit ba7b5659 authored by Dimitri Podborski's avatar Dimitri Podborski
Browse files

Update README.md

parent 82c1ee6d
......@@ -12,7 +12,10 @@ You can use MDMS and GitLab modules in your own scripts. An example how to use t
- `MPEG_LOGIN` - [MDMS](https://dms.mpeg.expert) group login
- `MPEG_PWD` - [MDMS](https://dms.mpeg.expert) group password (changes every meeting)
- `GITLAB_TOKEN` - your private GitLab token with API scope. You can create your token [here](http://mpegx.int-evry.fr/software/profile/personal_access_tokens).
- `GITLAB_TOKEN` - your private GitLab token with API scope. You can create your token [here](http://mpegx.int-evry.fr/software/profile/personal_access_tokens).
- Give your token a name, check the **api** checkbox and click on **Create personal access token**.
- Copy your token from the field **Your new personal access token** and add it to `GITLAB_TOKEN` environment variable
e.g.: `export GITLAB_TOKEN="abcd123abcxyzwasdfoobar"`
Just in case you are not familiar with Environment Variables you can follow [this Guide](https://www.twilio.com/blog/2017/01/how-to-set-environment-variables.html) to set everything up.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment