Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed Jul 27, 2023
1 parent 349f68d commit 67f757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/gitbridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type GitProvider string

var (
GithubHeader EventKey = "X-GitHub-Event"
GitlabHeader EventKey = "X-Gitlab-Token"
GitlabHeader EventKey = "X-Gitlab-Event"
BitBucketHeader EventKey = "X-Event-Key"
GiteaHeader EventKey = "X-Gitea-Event"
AzureHeader EventKey = "X-Azure_Event"
Expand Down

0 comments on commit 67f757b

Please sign in to comment.