From ceaa9128c08fb96012c81a4fcf8a98958d409f33 Mon Sep 17 00:00:00 2001 From: dms1981 Date: Fri, 27 Oct 2023 11:44:17 +0100 Subject: [PATCH] set tipstaff preprod permissions level to developer (#5308) --- environments/tipstaff.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/tipstaff.json b/environments/tipstaff.json index e6ec043d2..7d7048355 100644 --- a/environments/tipstaff.json +++ b/environments/tipstaff.json @@ -16,7 +16,7 @@ "access": [ { "github_slug": "dts-legacy", - "level": "migration" + "level": "developer" } ] },