mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Add a file for storing the token
This commit is contained in:
parent
c46102766f
commit
9a5838cb05
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from github import Github
|
||||||
from github.Workflow import Workflow
|
from github.Workflow import Workflow
|
||||||
|
|
||||||
# API token for yunohost-bot, with "delete_repo" right
|
# API token for yunohost-bot, with "delete_repo" right
|
||||||
g = Github("TOKEN_REPLACE_ME")
|
g = Github(open(".github_token").read().strip())
|
||||||
u = g.get_user("yunohost-bot")
|
u = g.get_user("yunohost-bot")
|
||||||
|
|
||||||
# Let's build a minimalistic summary table
|
# Let's build a minimalistic summary table
|
||||||
|
|
Loading…
Add table
Reference in a new issue