Merge branch 'main' into repo-sync
This commit is contained in:
@@ -83,13 +83,15 @@ See [our guide on creating a personal access token](/authentication/keeping-your
|
||||
#### Setup
|
||||
|
||||
1. [Run the `ssh-keygen` procedure][generating-ssh-keys] on your server, and remember where you save the generated public and private rsa key pair.
|
||||
2. In the upper-right corner of any {% data variables.product.product_name %} page, click your profile photo, then click **Your profile**. 
|
||||
3. On your profile page, click **Repositories**, then click the name of your repository. 
|
||||
4. From your repository, click **Settings**. 
|
||||
5. In the sidebar, click **Deploy Keys**, then click **Add deploy key**. 
|
||||
6. Provide a title, paste in your public key. 
|
||||
7. Select **Allow write access** if you want this key to have write access to the repository. A deploy key with write access lets a deployment push to the repository.
|
||||
8. Click **Add key**.
|
||||
{% data reusables.profile.navigating-to-profile %}
|
||||
|
||||

|
||||
1. On your profile page, click **Repositories**, then click the name of your repository. 
|
||||
2. From your repository, click **Settings**. 
|
||||
3. In the sidebar, click **Deploy Keys**, then click **Add deploy key**. 
|
||||
4. Provide a title, paste in your public key. 
|
||||
5. Select **Allow write access** if you want this key to have write access to the repository. A deploy key with write access lets a deployment push to the repository.
|
||||
6. Click **Add key**.
|
||||
|
||||
#### Using multiple repositories on one server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user