Skip to content

Commit 0447263

Browse files
committed
Added screenshot for Deploy key
1 parent b9e006c commit 0447263

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

learn-pr/github/github-introduction-administration/includes/3-how-github-authentication-works.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ You can even use SSH keys with a repository owned by an organization that uses S
2626

2727
Deploy keys are another type of SSH key in GitHub that grants a user access to a single repository. GitHub attaches the public part of the key directly to the repository instead of a personal user account, and the private part of the key remains on the user's server. Deploy keys are read-only by default, but you can give them write access when adding them to a repository.
2828

29+
To configure fork settings:
2930

31+
1. Go to the repository’s **Settings**.
32+
1. In the left sidebar, under Security, click **Deploy keys**.
33+
1. Locate the **Add deploy key** option to create a new key.
3034

31-
Randy
35+
:::image type="content" source="../media/deployment-keys.png" alt-text="Screenshot showing the Add deploy key on the Deploy keys option." border="false":::
3236

3337
## GitHub's added security options
3438

24.9 KB
Loading

0 commit comments

Comments
 (0)