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
with 3.7.0 you should always set GITLAB_SECRET, because it can not be nullable any more.
we are not using tokens at all both servers (gitlab and satis) are in intranet.
may be uncomment in .env:
# GITLAB_SECRET=
and set parameter
env(GITLAB_SECRET): ~
in defaults.yml
The text was updated successfully, but these errors were encountered:
gassan
changed the title
nullable GITLAB_TOKEN
nullable GITLAB_SECRET
Oct 7, 2024
with 3.7.0 you should always set GITLAB_SECRET, because it can not be nullable any more.
we are not using tokens at all both servers (gitlab and satis) are in intranet.
may be uncomment in .env:
# GITLAB_SECRET=
and set parameter
env(GITLAB_SECRET): ~
in defaults.yml
The text was updated successfully, but these errors were encountered: