Commit 234355de authored by Shaun McCann's avatar Shaun McCann

Merge branch 'docs-obtain-runner-token' into 'master'

Adds the command to get runner token

See merge request gitlab-org/gitlab!25680
parents d85a6b95 f0b0641c
...@@ -838,6 +838,12 @@ Project.all.each do |p| ...@@ -838,6 +838,12 @@ Project.all.each do |p|
end end
``` ```
### Obtain runners registration token
```ruby
Gitlab::CurrentSettings.current_application_settings.runners_registration_token
```
## License ## License
### See license plan name (since v9.3.0-ee) ### See license plan name (since v9.3.0-ee)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment