summaryrefslogtreecommitdiff
path: root/app/controllers/groups/settings/repository_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/settings/repository_controller.rb')
-rw-r--r--app/controllers/groups/settings/repository_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/groups/settings/repository_controller.rb b/app/controllers/groups/settings/repository_controller.rb
index e2fbdc39692..ccc1fa12458 100644
--- a/app/controllers/groups/settings/repository_controller.rb
+++ b/app/controllers/groups/settings/repository_controller.rb
@@ -10,6 +10,8 @@ module Groups
push_frontend_feature_flag(:ajax_new_deploy_token, @group)
end
+ feature_category :continuous_delivery
+
def create_deploy_token
result = Groups::DeployTokens::CreateService.new(@group, current_user, deploy_token_params).execute
@new_deploy_token = result[:deploy_token]