From 557b6b58c852c0ade9cd48ac173fa5c6bcab5501 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 16:43:42 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98gitlab-runner=5Fconfig=5Fexample/s?= =?UTF-8?q?hell/etc/gitlab-runner/config.toml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shell/etc/gitlab-runner/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml b/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml index a6c70bd..b5943ea 100644 --- a/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml +++ b/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml @@ -7,7 +7,7 @@ check_interval = 0 [[runners]] name = "nosignal.hopto.org" url = "https://nosignal.hopto.org/gitlab/" - token = "THE_TOKEN_HERE" + token = "A_GENERATED_TOKEN" executor = "shell" [runners.custom_build_dir] [runners.cache]