Method: Match::Storage::GitLab::Client#prompt_for_access_token
- Defined in:
- match/lib/match/storage/gitlab/client.rb
#prompt_for_access_token ⇒ Object
120 121 122 123 124 |
# File 'match/lib/match/storage/gitlab/client.rb', line 120 def prompt_for_access_token unless authentication_key @private_token = UI.input("Please supply a GitLab personal or project access token: ") end end |