gitea: Update allowed host list for webhooks
This commit is contained in:
parent
9546c19d9b
commit
09beecf5e3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
webhook = {
|
webhook = {
|
||||||
ALLOWED_HOST_LIST = "external,10.0.0.202/32,drone.datarift.nl";
|
ALLOWED_HOST_LIST = "external,10.0.0.202/32,ci.datarift.nl";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Experimental Gitea Actions
|
# Experimental Gitea Actions
|
||||||
|
|
Loading…
Reference in a new issue