Skip to content

Commit fd03393

Browse files
authored
Merge pull request #1072 from PatrickRice-KSC/add-runner-token
Add runner token to gitlab.rb
2 parents db08cbb + cf0d8e3 commit fd03393

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/gitlab.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
registry['enable'] = true
88
registry_nginx['ssl_certificate'] = "/etc/gitlab/ssl/gitlab-registry.pem"
99
registry_nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/gitlab-registry.key"
10+
11+
gitlab_rails['initial_shared_runners_registration_token'] = "ACCTEST1234567890123_RUNNER_REG_TOKEN"

0 commit comments

Comments
 (0)