From 9f94101bcc1aaad1367de127773c9429c87d4ecc Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 10 May 2023 00:23:35 +0200 Subject: [PATCH] enable actions --- host_vars/web01.l3d.space/vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host_vars/web01.l3d.space/vars.yml b/host_vars/web01.l3d.space/vars.yml index a671f2c..a13e649 100644 --- a/host_vars/web01.l3d.space/vars.yml +++ b/host_vars/web01.l3d.space/vars.yml @@ -208,6 +208,8 @@ gitea_start_ssh: "{{ _gitea_start_ssh }}" gitea_ssh_port: 22 gitea_require_signin: false gitea_password_check_pwn: true +gitea_actions_enabled: true +gitea_actions_default_actions_url: 'https://backwesen.de/' # gitea db gitea_db_type: mysql