Skip to content

Commit 8b5f315

Browse files
committed
Update README
1 parent 521a62f commit 8b5f315

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,10 @@ Installing private repositories
172172

173173
To install from a private repository, SSH authentication must be used. Generate an SSH key pair for this purpose and add it to your private repository's configuration, preferable with only read-only privileges. On Github for instance, this can be done by using [deploy keys][deploy-keys].
174174

175-
Add the key pair to your project using [Github Secrets][secrets], and pass them into the `php-actions/composer` action by using the `ssh_key` and `ssh_key_pub` inputs. If your private repository is stored on another server than github.com, you also need to pass the domain via `ssh_domain`.
175+
Add the key pair to your project using [Github Secrets][secrets], and pass them into the `php-actions/composer` action by using the
176+
`ssh_key` and `ssh_key_pub` inputs. If your private repository is stored on another server than github.com, you also need to pass the
177+
domain via `ssh_domain`. If the private repository is configured to use a non-standard SSH port, you can configure this by passed
178+
`ssh_port`.
176179

177180
Example yaml, showing how to pass secrets:
178181

0 commit comments

Comments
 (0)