Method: Match::Storage::GitLab::Client#authentication_key
- Defined in:
- match/lib/match/storage/gitlab/client.rb
#authentication_key ⇒ Object
24 25 26 27 28 29 30 |
# File 'match/lib/match/storage/gitlab/client.rb', line 24 def authentication_key if @job_token return "JOB-TOKEN" elsif @private_token return "PRIVATE-TOKEN" end end |