GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 4-4 lines in 2 locations

app/controllers/admins_controller.rb 2 locations

@@ 132-135 (lines=4) @@
129
    redirect_to admin_site_settings_path, flash: { success: I18n.t("administrator.flash.settings") }
130
  end
131
132
  def coloring_darken
133
    @settings.update_value("Primary Color Darken", params[:color])
134
    redirect_to admin_site_settings_path, flash: { success: I18n.t("administrator.flash.settings") }
135
  end
136
137
  # POST /admins/room_authentication
138
  def room_authentication
@@ 127-130 (lines=4) @@
124
    redirect_to admin_site_settings_path, flash: { success: I18n.t("administrator.flash.settings") }
125
  end
126
127
  def coloring_lighten
128
    @settings.update_value("Primary Color Lighten", params[:color])
129
    redirect_to admin_site_settings_path, flash: { success: I18n.t("administrator.flash.settings") }
130
  end
131
132
  def coloring_darken
133
    @settings.update_value("Primary Color Darken", params[:color])