diff options
author | Robert Johnstone <r.w.johnstone@gmail.com> | 2020-04-17 16:34:20 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-04-18 11:02:57 -0400 |
commit | 1f77cf400289fbad510c5f83e80c146fd725d12c (patch) | |
tree | cde279c6ca03aaa873b6ea1a9351d2150a81491b /builds.sr.ht/private-repos.md | |
parent | ed98a151c22cc5cbba233f1e30d24fee2921f609 (diff) | |
download | sr.ht-docs-1f77cf400289fbad510c5f83e80c146fd725d12c.tar.gz |
Documentation clarification for private repos. The SSH key cannot use a passphrase. Cloning will fail since the passphrase won't be available to the builder. See ssh-keygen -p for adding/removing passphrase to existing SSH keys.
Diffstat (limited to 'builds.sr.ht/private-repos.md')
-rw-r--r-- | builds.sr.ht/private-repos.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builds.sr.ht/private-repos.md b/builds.sr.ht/private-repos.md index 1615187..4f0be0d 100644 --- a/builds.sr.ht/private-repos.md +++ b/builds.sr.ht/private-repos.md @@ -11,7 +11,7 @@ title: Private repos on builds.sr.ht builds.sr.ht can use private repos on git.sr.ht and elsewhere, but you have to configure each job with an SSH key that has access to your account. -1. Generate an SSH key and [add it to your account](https://meta.sr.ht/keys) +1. Generate an SSH key (without a passphrase) and [add it to your account](https://meta.sr.ht/keys) 1. Add a secret using the [secrets management page](https://builds.sr.ht/secrets) 1. Copy the secret's UUID into your build manifest's secrets list. 1. Update your sources list to use the SSH clone URL - not the https clone URL. |