summaryrefslogtreecommitdiff
path: root/config/initializers/gitlab_workhorse_secret.rb
blob: ed54dc11098724e7d7e84dcf0a0e638e6b9dab30 (plain)
1
2
3
4
5
6
7
8
begin
  Gitlab::Workhorse.secret
rescue
  Gitlab::Workhorse.write_secret
end

# Try a second time. If it does not work this will raise.
Gitlab::Workhorse.secret