Add gitea actions

This commit is contained in:
Erwin Boskma 2023-04-21 11:10:41 +02:00
parent 470831a100
commit 88086cd2f2
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -64,6 +64,11 @@ in
webhook = {
ALLOWED_HOST_LIST = "external,10.0.0.202/32,drone.datarift.nl";
};
# Experimental Gitea Actions
actions = {
ENABLED = true;
};
};
};