mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 12:36:55 +00:00
fix merge conflict on README
This commit is contained in:
@@ -64,11 +64,7 @@ $ kubectl create secret generic controller-manager \
|
|||||||
|
|
||||||
### Using Personal Access Token
|
### Using Personal Access Token
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
From an account that has `admin` privileges for the repository, create a [personal access token](https://github.com/settings/tokens) with `repo` scope. This token is used to register a self-hosted runner by *actions-runner-controller*.
|
From an account that has `admin` privileges for the repository, create a [personal access token](https://github.com/settings/tokens) with `repo` scope. This token is used to register a self-hosted runner by *actions-runner-controller*.
|
||||||
=======
|
|
||||||
Next, from an account that has `admin` privileges for the repository, create a [personal access token](https://github.com/settings/tokens).
|
|
||||||
>>>>>>> updated documentation
|
|
||||||
|
|
||||||
Self-hosted runners in GitHub can either be connected to a single repository, or to a GitHub organization (so they are available to all repositories in the organization). This token is used to register a self-hosted runner by *actions-runner-controller*.
|
Self-hosted runners in GitHub can either be connected to a single repository, or to a GitHub organization (so they are available to all repositories in the organization). This token is used to register a self-hosted runner by *actions-runner-controller*.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user