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
@@ -71,7 +71,7 @@ A few notes on this docker run call:
71
71
is passed as environment variable `SSH_PRIVATE_KEY`. This is to prevent from permission issues. The ssh key is for git interaction with the
72
72
remote repository specified in the config file. Of course the key already needs to be registered with the git repo.
73
73
- As an alternative to access git via `ssh`, it's also possible to use the `https` protocol. In this case you will need to create a
74
-
personal access token in the github user interface to gain write access to the middleware repo. This access token is passed in terms of the environment variable `ACCESS_TOKEN`.
74
+
personal access token in the github user interface to gain write access to the middleware repo. This access token is passed via the environment variable `ACCESS_TOKEN`.
0 commit comments