Skip to main content
added 4 characters in body
Source Link
Juddling
  • 4.7k
  • 8
  • 37
  • 41

I used deploy keystokens to solve this issue, as setting up SSH keys for a test runner seems a little long winded.

git clone http://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git

The deploy keystokens are per project and are read only.

I used deploy keys to solve this issue, as setting up SSH keys for a test runner seems a little long winded.

git clone http://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git

The deploy keys are per project and are read only.

I used deploy tokens to solve this issue, as setting up SSH keys for a test runner seems a little long winded.

git clone http://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git

The deploy tokens are per project and are read only.

Source Link
Juddling
  • 4.7k
  • 8
  • 37
  • 41

I used deploy keys to solve this issue, as setting up SSH keys for a test runner seems a little long winded.

git clone http://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git

The deploy keys are per project and are read only.