You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,11 @@ GLOBAL_AGENT_NO_PROXY # Like above but for no proxied requests
49
49
50
50
GITLAB_HOST # optional, if you're using custom GitLab host
51
51
52
-
GITLAB_TOKEN # required, token with accessibility to push
53
-
GITLAB_TOKEN_TYPE # optional, type of the provided token in GITLAB_TOKEN. defaults to personal access token. can be `job` if you provide the Gitlab CI_JOB_TOKEN or `oauth` if you use Gitlab Oauth token
54
-
GITLAB_CI_USER_NAME # required, username with accessibility to push, used in pairs of the above token (if it was personal access token)
GITLAB_TOKEN # required, token with accessibility to push
53
+
GITLAB_TOKEN_TYPE # optional, type of the provided token in GITLAB_TOKEN. defaults to personal access token. can be `job` if you provide the Gitlab CI_JOB_TOKEN or `oauth` if you use Gitlab Oauth token
54
+
GITLAB_CI_USER_NAME # required, username with accessibility to push, used in pairs of the above token (if it was personal access token)
0 commit comments