diff --git a/servers/gcp/k8s/gitea/deployment.yaml b/servers/gcp/k8s/gitea/deployment.yaml index 06b411a..823f1b5 100644 --- a/servers/gcp/k8s/gitea/deployment.yaml +++ b/servers/gcp/k8s/gitea/deployment.yaml @@ -71,6 +71,8 @@ spec: - name: GITEA__webhook__ALLOWED_HOST_LIST value: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 # Actions + - name: GITEA__actions__ENABLED + value: "true" - name: GITEA__actions__DEFAULT_ACTIONS_URL value: https://code.forgejo.org volumeMounts: