summaryrefslogtreecommitdiff
path: root/lib/gitlab/web_hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/web_hooks.rb')
-rw-r--r--lib/gitlab/web_hooks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/web_hooks.rb b/lib/gitlab/web_hooks.rb
index 349c7a020cc..8c6de56292a 100644
--- a/lib/gitlab/web_hooks.rb
+++ b/lib/gitlab/web_hooks.rb
@@ -3,5 +3,6 @@
module Gitlab
module WebHooks
GITLAB_EVENT_HEADER = 'X-Gitlab-Event'
+ GITLAB_INSTANCE_HEADER = 'X-Gitlab-Instance'
end
end