From 5adec79e65f57d0493cb062a2923742fece8c12d Mon Sep 17 00:00:00 2001 From: Davids Seveloff <94905340+davseve@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:22:46 +0300 Subject: [PATCH] Internal: Core - Add writing contents permissions to automated continues release [ED-12498] (#24085) Co-authored-by: Barco <130742176+Barcov@users.noreply.github.com> --- .github/workflows/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config.json b/.github/workflows/config.json index 6115abd666a..98c7f84cba5 100644 --- a/.github/workflows/config.json +++ b/.github/workflows/config.json @@ -2,6 +2,6 @@ "deployment" : { "repository_owner" : "elementor", "environment" : "prod", - "permitted" : "KingYes,shilo-ey,matipojo,TzviRabinovitch,Blackcolt,davseve,louiswol94,mykytamurzin,hein-obox,Barcov,ArmanPurtoian,dmaziar" + "permitted" : "KingYes,shilo-ey,matipojo,TzviRabinovitch,Blackcolt,davseve,louiswol94,mykytamurzin,hein-obox,Barcov,ArmanPurtoian,dmaziar,ElementorBot" } }