Skip to content

Commit 295439e

Browse files
committed
Add runner token to gitlab.rb
1 parent db08cbb commit 295439e

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'] = "LoremIpsumDolorToken"

0 commit comments

Comments
 (0)