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
The environment variables CI_PROJECT_URL, CI_JOB_TOKEN and GITLAB_USER_LOGIN, intended to be used in a CI environment, can be set to prevent any configuration file creation/update. Also, any of these take precedence over all other options.
I assume this was done quite recently, however, this make my script being completely stuck. 🙃
A fallback to the CI token is great for a "no configuration" quick setup, but it the lab related user config should take precedence, not the reverse.
The text was updated successfully, but these errors were encountered:
Summary
Since upgrade from
0.17.2
to0.23.0
, I have a401
error on merge request creation from a CI job:Here is the complete script:
Here, I use a custom set
GITLAB_TOKEN
toLAB_CORE_TOKEN
because the default providedCI_JOB_TOKEN
does not allow write operation to the API.However, according to the latest documentation of that project:
I assume this was done quite recently, however, this make my script being completely stuck. 🙃
A fallback to the CI token is great for a "no configuration" quick setup, but it the lab related user config should take precedence, not the reverse.
The text was updated successfully, but these errors were encountered: