Disable actions

This commit is contained in:
Henry Hiles 2025-09-27 21:06:02 -04:00
commit 2029cc32e5
No known key found for this signature in database

View file

@ -21,7 +21,11 @@
}; };
oauth2_client.ENABLE_AUTO_REGISTRATION = true; oauth2_client.ENABLE_AUTO_REGISTRATION = true;
repository.GO_GET_CLONE_URL_PROTOCOL = "ssh"; repository.GO_GET_CLONE_URL_PROTOCOL = "ssh";
actions.DEFAULT_ACTIONS_URL = "github"; actions = {
# Disable for now
ENABLED = false;
DEFAULT_ACTIONS_URL = "github";
};
server = { server = {
DOMAIN = domain; DOMAIN = domain;