Merge pull request #21 from actions/JenniferKerns-patch-7

copyedits to configure lab
This commit is contained in:
Ethan Dennis
2022-11-07 11:07:26 -08:00
committed by GitHub
+3 -3
View File
@@ -9,7 +9,7 @@ You will need to complete all of the setup instructions [here](./readme.md#confi
1. Open the Jenkins server in a new browser tab: 1. Open the Jenkins server in a new browser tab:
- Click the `PORTS` tab in the codespace terminal window. - Click the `PORTS` tab in the codespace terminal window.
- In the `PORTS` tab, find the row for port 8080. - In the `PORTS` tab, find the row for port 8080.
- Hover over the address under the `Local Address` column and click the globe to "open in browser". - Hover over the address under the `Local Address` column and click the globe to **open in browser**.
2. Create a Jenkins API token: 2. Create a Jenkins API token:
- In the top right menu bar, click the `admin` button. - In the top right menu bar, click the `admin` button.
@@ -23,8 +23,8 @@ You will need to complete all of the setup instructions [here](./readme.md#confi
- Open github.com in a new browser tab. - Open github.com in a new browser tab.
- In the top right corner of the UI, click your profile photo and click `Settings`. - In the top right corner of the UI, click your profile photo and click `Settings`.
- In the left panel, click `Developer Settings`. - In the left panel, click `Developer Settings`.
- Click `Personal access tokens` and then `Legacy tokens` (if present). - Click `Personal access tokens` and then `Tokens (classic)` (if present).
- Click `Generate new token` and then `Generate new legacy token`. You may be required to authenticate with GitHub during this step. - Click `Generate new token` and then `Generate new token (classic)`. You may be required to authenticate with GitHub during this step.
- Name your token in the `Note` field. - Name your token in the `Note` field.
- Select the following scopes: `workflow` and `read:packages`. - Select the following scopes: `workflow` and `read:packages`.
- Click `Generate token`. - Click `Generate token`.