aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-19 19:05:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-19 19:05:31 +0300
commitfbefb3cd0ce96051a71e787790459fb002bd6ff6 (patch)
treebbb5f0b7a0155d0ac6ca51eac47dae7967941238 /examples
parentGitLab requires access in the username:access_token format (diff)
downloadcgitize-fbefb3cd0ce96051a71e787790459fb002bd6ff6.tar.gz
cgitize-fbefb3cd0ce96051a71e787790459fb002bd6ff6.zip
examples/cgitize.toml: mention GitLab username
Diffstat (limited to 'examples')
-rw-r--r--examples/cgitize.toml3
1 files changed, 3 insertions, 0 deletions
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"