1
0
Fork 0
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:
Éric Gaspar 2024-02-03 18:50:12 +01:00
commit 66ac1cac35

View file

@ -15,6 +15,10 @@
#
# 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 platform
from logging.handlers import SysLogHandler
@ -218,6 +222,9 @@ GITHUB_CREDENTIALS = {
"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.
# Please see the documentation for more details.