Skip to content

Commit f7a7745

Browse files
authored
add xref
1 parent 03b6356 commit f7a7745

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/vendor/testing-vm-create.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ In order to access VMs that you create with Compatibility Matrix, you need to se
88

99
### Use Your GitHub Account
1010

11-
You can set up SSH access using your personal GitHub account or a GitHub service account used by your team. For setting up SSH access to VMs that you create on your local machine, Replicated recommends that you use your personal GitHub account. For setting up SSH access for VMs created in CI/CD workflows used by your team, use a GitHub service account.
11+
You can set up SSH access using your personal GitHub account or a GitHub service account used by your team. For setting up SSH access to VMs that you create on your local machine, Replicated recommends that you use your personal GitHub account.
12+
13+
For setting up SSH access for VMs created in CI/CD workflows used by your team, use a GitHub service account. For more information, see [Use a GitHub Service Account](#github-service-account) below.
1214

1315
:::note
1416
Your GitHub usernames and SSH keys are synced to a VM when it is first created. If you update your GitHub username or keys after creating a VM, you can manually sync by updating your [Account Settings](https://vendor.replicated.com/account-settings) in the Vendor Portal and clicking **Save**.
@@ -34,7 +36,9 @@ To set up and verify SSH access for Compatibility Matrix VMs using your personal
3436
3537
1. On the **Account Settings > Account Information** page, for **GitHub username**, add your GitHub username.
3638
37-
### Use a GitHub Service Account
39+
### Use a GitHub Service Account {#github-service-account}
40+
41+
Use a GitHub service account if you are setting up SSH access for VMs created in CI/CD workflows used by your team.
3842
3943
To automate the creation of VMs in your CI/CD workflows, you can use the flag `--ssh-public-key` to provide the SSH public key for a GitHub service account. For example:
4044

0 commit comments

Comments
 (0)