From a708b585421ef33a9dc32971edd66ec5a30f5e73 Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Tue, 20 Sep 2022 12:08:48 -0700 Subject: [PATCH] Img to text --- travis/1-configure.md | 68 +++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/travis/1-configure.md b/travis/1-configure.md index 86ba99d..c0d6dfb 100644 --- a/travis/1-configure.md +++ b/travis/1-configure.md @@ -7,45 +7,45 @@ You will need to complete all of the setup instructions [here](./readme.md#confi ## Configuring credentials 1. Create a GitHub personal access token (PAT): - - Open github.com in a new browser tab. - - In the top right corner of the UI, click your profile photo and then click `Settings`. - - In the left panel, click `Developer Settings`. - - Click `Personal access tokens` and then `Legacy tokens` (if present). - - Click `Generate new token` and then `Generate new legacy token`. You may be required to authenticate with GitHub during this step. - - Select the following scopes: `workflow` and `read:packages`. - - Click `Generate token`. - - Copy the generated PAT and save it in a safe location. + - Open github.com in a new browser tab. + - In the top right corner of the UI, click your profile photo and then click `Settings`. + - In the left panel, click `Developer Settings`. + - Click `Personal access tokens` and then `Legacy tokens` (if present). + - Click `Generate new token` and then `Generate new legacy token`. You may be required to authenticate with GitHub during this step. + - Select the following scopes: `workflow` and `read:packages`. + - Click `Generate token`. + - Copy the generated PAT and save it in a safe location. 3. Create a Travis CI personal access token (PAT): - - Open app.travis-ci.com in a new browser tab. - - Click on your profile icon in the top right hand corner to reveal a dropdown menu. - - Click on the `Settings` tab. - - Click on the `COPY TOKEN` button under "API authentication header" and save it in a safe location. + - Open app.travis-ci.com in a new browser tab. + - Click on your profile icon in the top right hand corner to reveal a dropdown menu. + - Click on the `Settings` tab. + - Click on the `COPY TOKEN` button under "API authentication header" and save it in a safe location. 2. Run the `configure` CLI command: - - Select the `TERMINAL` tab from within the codespace terminal. - - Run the following command: `gh valet configure`. - - Use the down arrow key to highlight `Azure DevOps`, press the spacebar to select, and then press enter to continue. - - At the GitHub Container Registry prompt, enter the GitHub PAT generated in step 2 and press enter. - - At the GitHub PAT prompt, enter the GitHub PAT generated in step 2 and press enter. - - At the GitHub URL prompt, enter the GitHub instance URL or press enter to accept the default value (`https://github.com`). - - At the Travis CI token prompt, enter the Travis CI access token from step 2 and press enter. - - At the Travis CI base url prompt, hit enter to accept the default value (`https://travis-ci.com`). - - At the Travis CI organization name, enter `valet-labs`. + - Select the `TERMINAL` tab from within the codespace terminal. + - Run the following command: `gh valet configure`. + - Use the down arrow key to highlight `Travis CI`, press the spacebar to select, and then press enter to continue. + - At the GitHub Container Registry prompt, enter the GitHub PAT generated in step 2 and press enter. + - At the GitHub PAT prompt, enter the GitHub PAT generated in step 2 and press enter. + - At the GitHub URL prompt, enter the GitHub instance URL or press enter to accept the default value (`https://github.com`). + - At the Travis CI token prompt, enter the Travis CI access token from step 2 and press enter. + - At the Travis CI base url prompt, hit enter to accept the default value (`https://travis-ci.com`). + - At the Travis CI organization name, enter `valet-labs`. - ```console - $ gh valet configure - ✔ Which CI providers are you configuring?: CircleCI - Enter the following values (leave empty to omit): - ✔ GitHub handle used to authenticate with the GitHub Container Registry: mona - ✔ Personal access token to authenticate with the GitHub Container Registry: *************** - ✔ Personal access token for GitHub: *************** - ✔ Base url of the GitHub instance: https://github.com - ✔ Personal access token for CircleCI: *************** - ✔ Base url of the CircleCI instance: https://circleci.com - ✔ CircleCI organization name: valet-labs - Environment variables successfully updated. - ``` + ```console + $ gh valet configure + ✔ Which CI providers are you configuring?: Travis CI + Enter the following values (leave empty to omit): + ✔ GitHub handle used to authenticate with the GitHub Container Registry: mona + ✔ Personal access token to authenticate with the GitHub Container Registry: *************** + ✔ Personal access token for GitHub: *************** + ✔ Base url of the GitHub instance: https://github.com + ✔ Personal access token for Travis CI: *************** + ✔ Base url of the Travis CI instance: https://travis-ci.com + ✔ Travis CI organization name: valet-labs + Environment variables successfully updated. + ``` ## Verify your environment