Initial commit
[margebot.git] / Secret.py
1 # go away
2
3 # https://docs.gitlab.com/ee/api/README.html#personal-access-tokens
4
5 # token for a normal, non-admin user
6 my_token="get-this-from-gitlab"
7
8 # token for actions that require admin access
9 admin_token="get-this-from-gitlab"