aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
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"