Merge pull request #15 from actions/JenniferKerns-patch-2

copyedits to configure lab
This commit is contained in:
Ethan Dennis
2022-11-07 11:02:33 -08:00
committed by GitHub
+4 -4
View File
@@ -27,10 +27,10 @@ You will need to complete all of the setup instructions [here](./readme.md#confi
4. Create a GitHub personal access token (PAT): 4. Create a GitHub personal access token (PAT):
- 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 then 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`.
@@ -64,7 +64,7 @@ You will need to complete all of the setup instructions [here](./readme.md#confi
To verify your environment is configured correctly, run the `update` CLI command. The `update` CLI command will download the latest version of GitHub Actions Importer to your codespace. To verify your environment is configured correctly, run the `update` CLI command. The `update` CLI command will download the latest version of GitHub Actions Importer to your codespace.
1. In the codespace terminal run the following command: 1. In the codespace terminal, run the following command:
```bash ```bash
gh actions-importer update gh actions-importer update