debian-mirror-gitlab/config/initializers/gitlab_workhorse_secret.rb
2021-06-08 01:23:25 +05:30

11 lines
206 B
Ruby

# frozen_string_literal: true
begin
Gitlab::Workhorse.secret
rescue StandardError
Gitlab::Workhorse.write_secret
end
# Try a second time. If it does not work this will raise.
Gitlab::Workhorse.secret