fix: add username/icon_url to Forgejo Discord webhook config
Prevents the 'meta json: readObjectStart' error on fresh deploys. Existing hooks already fixed via direct DB update. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9715ac900a
commit
4090d8289b
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@
|
||||||
config:
|
config:
|
||||||
url: "{{ discord_webhook_deploys }}"
|
url: "{{ discord_webhook_deploys }}"
|
||||||
content_type: "json"
|
content_type: "json"
|
||||||
|
username: "Forgejo"
|
||||||
|
icon_url: ""
|
||||||
events: ["push", "create"]
|
events: ["push", "create"]
|
||||||
active: true
|
active: true
|
||||||
status_code: 201
|
status_code: 201
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue