We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029a9b3 commit c68bee9Copy full SHA for c68bee9
hooks/ruby/delete-repository-event/app.rb
@@ -32,10 +32,6 @@
32
# When receiving a webhook for repository deletion (https://developer.github.com/v3/activity/events/types/#repositoryevent)
33
# create an issue in the `github_notification_repository` set by environment variable
34
post '/delete-repository-event' do
35
- logger.info github_api_token
36
- logger.info github_host_url
37
- logger.info github_notification_repository
38
-
39
begin
40
github_event = request.env['HTTP_X_GITHUB_EVENT']
41
if github_event == "repository"
0 commit comments