diff --git a/config/modules.json b/config/modules.json index ab7cdc5..a7bf457 100644 --- a/config/modules.json +++ b/config/modules.json @@ -41,7 +41,7 @@ "GET": { "des": "Pulls project from git branch.", - "per": [["admin"]], + "per": [[]], "par": { "URL0": { "des": "Name of the project to release", "typ": "alphanumeric", "ren": "project", "opt": true, "def": "self" }, "URL1": { "des": "Step to run, if not given, all steps will be run", "typ": "id", "ren": "step", "opt": true }