From f23c795eab491cb62cf69173a6978aa9cae94101 Mon Sep 17 00:00:00 2001
From: poly000 <1348292515@qq.com>
Date: Thu, 7 Dec 2023 14:55:14 +0800
Subject: [PATCH] fix missing org parametee

---
 apply.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apply.sh b/apply.sh
index a653843..ad8b6ac 100755
--- a/apply.sh
+++ b/apply.sh
@@ -124,7 +124,8 @@ setup_branch_security() {
 	--id $GIT_REPO_NAMESPACE \
 	--subject "${user_email}" \
 	--token repoV2/${proj_id}/${repo_id}/refs/heads/$(echo "${branch}" | python branch_name_hex.py) \
-	--allow-bit 2048
+	--allow-bit 2048 \
+	--org ${org_url}
 }
 
 setup_build_policy() {
-- 
GitLab