Obtaining a "gitlab runner token"

2.6k Views Asked by At

I a gitlab repository that I would like to set up a gitlab runner for. In the documentation it states that I need to register the runner using the "registration token" from the gitlab website in the repository settings.

However, after issuing the "gitlab-runner start" command, I still need to create a config.toml file with the url and a "runner token" in order to be able to run the gitlab-runner run command, which I need to run a number of commands upon a push on a specified branch.

I am not sure where to find this "runner token". In the documentation it only states that the runner token is different from the registration token, but not where to obtain it.

I would highly appreciate any kind of help or suggestions.

1

There are 1 best solutions below

0
On

The config.toml was not being created in the proper folder, see here