File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 246
246
nio4r (~> 2.0 )
247
247
raabro (1.4.0 )
248
248
racc (1.8.1 )
249
- rack (2.2.11 )
249
+ rack (2.2.12 )
250
250
rack-session (1.0.2 )
251
251
rack (< 3 )
252
252
rack-test (2.1.0 )
423
423
unicode-emoji (~> 4.0 , >= 4.0.4 )
424
424
unicode-emoji (4.0.4 )
425
425
uniform_notifier (1.16.0 )
426
- uri (1.0.2 )
426
+ uri (1.0.3 )
427
427
useragent (0.16.11 )
428
428
vcr (6.3.1 )
429
429
base64
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def repo_host_post_commit_hook
20
20
head :ok and return
21
21
end
22
22
23
- if webhook_filter . github_app_webhook? && App . check_github_app_webhook?
23
+ if webhook_filter . github_app_webhook?
24
24
signature = repo_host_request . headers [ "X-Hub-Signature-256" ]
25
25
secret = Semaphore ::GithubApp ::Credentials . github_app_webhook_secret
26
26
Original file line number Diff line number Diff line change 12
12
config . github_app_id = SemaphoreConfig . github_app_id
13
13
config . github_secret_id = SemaphoreConfig . github_secret_id
14
14
config . github_app_webhook_secret = SemaphoreConfig . github_app_webhook_secret
15
- config . check_github_app_webhook = SemaphoreConfig . check_github_app_webhook
16
15
17
16
config . bitbucket_app_id = SemaphoreConfig . bitbucket_app_id
18
17
config . bitbucket_secret_id = SemaphoreConfig . bitbucket_secret_id
Original file line number Diff line number Diff line change 14
14
config . github_app_id = SemaphoreConfig . github_app_id
15
15
config . github_secret_id = SemaphoreConfig . github_secret_id
16
16
config . github_app_webhook_secret = SemaphoreConfig . github_app_webhook_secret
17
- config . check_github_app_webhook = SemaphoreConfig . check_github_app_webhook . to_s == "true"
18
17
19
18
config . bitbucket_app_id = SemaphoreConfig . bitbucket_app_id
20
19
config . bitbucket_secret_id = SemaphoreConfig . bitbucket_secret_id
Original file line number Diff line number Diff line change 10
10
config . github_app_id = "bd59c3a0c448179b5f3f"
11
11
config . github_secret_id = "c40e646d16dca15d4a5155397e4e66b928678f15"
12
12
config . github_app_webhook_secret = "lkasjdlkjKSJHKsa123lskdfn"
13
- config . check_github_app_webhook = true
14
13
15
14
config . bitbucket_app_id = "G3cXBDsDEwVp25rCXL"
16
15
config . bitbucket_secret_id = "LNNfhaLKsfuzjYEeJLkN5Y93cNDb2ej4"
You can’t perform that action at this time.
0 commit comments