repo.or.cz
/
tails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Point submodule to the version with torbrowser-launcher!9 merged
[tails.git]
/
bin
/
gitlab-api-token
blob
2aabb3c3e0e5234fdc27a8e53bb2aeefc1925c72
1
#!/usr/bin/python3
2
3
from gitlab.config import GitlabConfigParser
4
import sys
5
6
gitlab_id = sys.argv[1]
7
8
print(GitlabConfigParser(gitlab_id=gitlab_id).private_token)