mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Merge remote-tracking branch 'origin/testing' into pr/101
This commit is contained in:
commit
66ac1cac35
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
# Copyright © Michal Čihař <michal@weblate.org>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
from logging.handlers import SysLogHandler
|
from logging.handlers import SysLogHandler
|
||||||
|
@ -218,6 +222,9 @@ GITHUB_CREDENTIALS = {
|
||||||
"token": "__GITHUB_TOKEN__",
|
"token": "__GITHUB_TOKEN__",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
# Azure DevOps username and token for sending pull requests.
|
||||||
|
# Please see the documentation for more details.
|
||||||
|
AZURE_DEVOPS_CREDENTIALS = {}
|
||||||
|
|
||||||
# Azure DevOps username and token for sending pull requests.
|
# Azure DevOps username and token for sending pull requests.
|
||||||
# Please see the documentation for more details.
|
# Please see the documentation for more details.
|
||||||
|
|
Loading…
Reference in a new issue