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: examples/gitlab/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ To make this possible, you have to make shure, that your Gitlab runner have acce
45
45
46
46
> Of course this is not the most beautiful method. A better way would be to setup a seperate Gitlab ci user and allow this user accessing the repository. On your server you could configure your Gitlab user to access gitlab via ssh key.
47
47
48
+
> Please use the flag --cicdOrigin only on trusted gitlab-runners, because to successfully handover the ENV variables, they cannot be marked as protected in Gitlab.
0 commit comments