summaryrefslogtreecommitdiff
path: root/config/initializers/gitlab_workhorse_secret.rb
blob: 88fabe50e83d660f9d2e130946f4404745951379 (plain)
1
2
3
4
5
6
7
8
9
10
# 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