mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Fix warning message
This commit is contained in:
parent
74189494cb
commit
04f97eb8e5
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -1535,7 +1535,7 @@ async def github(request):
|
|||
# (which also allows to only enable this feature if we define the webhook secret)
|
||||
if app.config.GITHUB_WEBHOOK_SECRET is None:
|
||||
api_logger.info(
|
||||
f"Received a webhook but no ./github_webhook_secret or ./github_bot_token file exists ... ignoring"
|
||||
"Received a webhook but no settings GITHUB_WEBHOOK_SECRET or GITHUB_BOT_TOKEN... ignoring"
|
||||
)
|
||||
return response.json({"error": "GitHub hooks not configured"}, 403)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue