diff options
-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. |