From fbefb3cd0ce96051a71e787790459fb002bd6ff6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 19 Oct 2021 19:05:31 +0300 Subject: examples/cgitize.toml: mention GitLab username --- examples/cgitize.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 3fdc952..ce48a2c 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -71,6 +71,9 @@ id = "berkeleylab/upc-runtime" [gitlab] # The environment variable is CGITIZE_GITLAB_ACCESS_TOKEN. #access_token = "XXX" +# Similar to Bitbucket, GitLab doesn't associate access tokens with a username, +# so you also need that (CGITIZE_GITLAB_USERNAME is the environment variable). +#username = "your-username" [gitlab.users.me] name = "egor-tensin" -- cgit v1.2.3