Point submodule to the version with torbrowser-launcher!9 merged
[tails.git] / bin / gitlab-api-token
blob2aabb3c3e0e5234fdc27a8e53bb2aeefc1925c72
1 #!/usr/bin/python3
3 from gitlab.config import GitlabConfigParser
4 import sys
6 gitlab_id = sys.argv[1]
8 print(GitlabConfigParser(gitlab_id=gitlab_id).private_token)