0 votes
101 views
in DevOps by

How to Obtain the registration token from your GitLab project

1 Answer

0 votes
by

To obtain the registration token from your GitLab project, follow these steps:

  1. Open your web browser and navigate to the GitLab instance where your project is hosted.

  2. Log in to your GitLab account using your credentials.

  3. Go to the project for which you want to register the GitLab Runner.

  4. In the project's navigation menu on the left-hand side, click on "Settings."

  5. From the project settings page, select "CI/CD" in the sidebar.

  6. Scroll down to the "Runners" section. You should see the registration token displayed there.

    Note: If you don't see a registration token, make sure you have the necessary permissions to manage Runners for the project. Only project owners and administrators typically have access to the registration token.

  7. Copy the registration token to your clipboard. You will need this token during the GitLab Runner registration process.

With the registration token in hand, you can proceed to register the GitLab Runner using the token as described in the installation instructions provided earlier.

...