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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ GITLAB_HOST # optional, if you're using custom GitLab host
48
48
49
49
GITLAB_TOKEN # required, token with accessibility to push
50
50
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
51
-
GITLAB_CI_USER_NAME #required, username with accessibility to push, used in pairs of the above token (if it was personal access token)
51
+
GITLAB_CI_USER_NAME #optional, username with accessibility to push, used in pairs of the above token (if it was personal access token). If not set read it from the Gitlab API
0 commit comments