diff options
author | Evan Read <eread@gitlab.com> | 2019-08-19 01:30:40 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-19 01:30:40 +0000 |
commit | 5147fa006812800b6ed022d5ddc04d4385969960 (patch) | |
tree | ed0d074376bcace3b1545f4364d356c851fc6b6d /doc | |
parent | 0a33c2fb557d97266809296fa82d4293cf46bebc (diff) | |
parent | 7dd545b130cb0cc2196ac15d7968736f679e8072 (diff) | |
download | gitlab-ce-5147fa006812800b6ed022d5ddc04d4385969960.tar.gz |
Merge branch 'docs-runner-needs-owner' into 'master'
Fix required runner permissions
Closes #52513
See merge request gitlab-org/gitlab-ce!31598
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/runners/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md index 8474d4ef66e..269bd5c3428 100644 --- a/doc/ci/runners/README.md +++ b/doc/ci/runners/README.md @@ -88,7 +88,7 @@ visit the project you want to make the Runner work for in GitLab: ## Registering a group Runner -Creating a group Runner requires Maintainer permissions for the group. To create a +Creating a group Runner requires Owner permissions for the group. To create a group Runner visit the group you want to make the Runner work for in GitLab: 1. Go to **Settings > CI/CD** to obtain the token @@ -124,9 +124,9 @@ To lock/unlock a Runner: ## Assigning a Runner to another project -If you are Maintainer on a project where a specific Runner is assigned to, and the +If you are an Owner on a project where a specific Runner is assigned to, and the Runner is not [locked only to that project](#locking-a-specific-runner-from-being-enabled-for-other-projects), -you can enable the Runner also on any other project where you have Maintainer permissions. +you can enable the Runner also on any other project where you have Owner permissions. To enable/disable a Runner in your project: @@ -250,7 +250,7 @@ When you [register a Runner][register], its default behavior is to **only pick** [tagged jobs](../yaml/README.md#tags). NOTE: **Note:** -Maintainer [permissions](../../user/permissions.md) are required to change the +Owner [permissions](../../user/permissions.md) are required to change the Runner settings. To make a Runner pick untagged jobs: |